diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2024-05-13 02:06:38 +0200 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2024-05-13 16:18:07 +0200 |
commit | a7d0cf38d6d6b6bea5a700d02b4854d687b865ad (patch) | |
tree | 2a1e96d366243c086b6d64fab6ec45ec9be8b8cb /org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.17.target | |
parent | dbf45058cb45c55c80bd754e7de51c3585f3d4c9 (diff) | |
download | jgit-a7d0cf38d6d6b6bea5a700d02b4854d687b865ad.tar.gz jgit-a7d0cf38d6d6b6bea5a700d02b4854d687b865ad.zip |
Update mina-sshd to 2.12.1
Change-Id: I3f7b76243af0add3ee66a7f808a73f10d01a7627
Diffstat (limited to 'org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.17.target')
-rw-r--r-- | org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.17.target | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.17.target b/org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.17.target index 4ac42c6687..a678a012c8 100644 --- a/org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.17.target +++ b/org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.17.target @@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8" standalone="no"?> <?pde?> <!-- generated with https://github.com/eclipse-cbi/targetplatform-dsl --> -<target name="jgit-4.17" sequenceNumber="1715557844"> +<target name="jgit-4.17" sequenceNumber="1715558729"> <locations> <location includeMode="slicer" includeAllPlatforms="false" includeSource="true" includeConfigurePhase="true" type="InstallableUnit"> <unit id="com.jcraft.jsch" version="0.1.55.v20230916-1400"/> @@ -63,13 +63,13 @@ <dependency> <groupId>org.apache.sshd</groupId> <artifactId>sshd-osgi</artifactId> - <version>2.12.0</version> + <version>2.12.1</version> <type>jar</type> </dependency> <dependency> <groupId>org.apache.sshd</groupId> <artifactId>sshd-sftp</artifactId> - <version>2.12.0</version> + <version>2.12.1</version> <type>jar</type> </dependency> </dependencies> |