diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2024-07-01 23:10:10 +0200 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2024-07-01 23:26:16 +0200 |
commit | 05dabef4edb0f5b01318777cbc69bc1fc7d1106b (patch) | |
tree | 0244edadc37b33eb45022caf386963aaa03d1519 /org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.18.target | |
parent | 2f1873be7a2a7387482ac828edfef927f5c499bb (diff) | |
download | jgit-05dabef4edb0f5b01318777cbc69bc1fc7d1106b.tar.gz jgit-05dabef4edb0f5b01318777cbc69bc1fc7d1106b.zip |
Update org.apache.sshd to 2.13.1
Change-Id: I040ccaffba337b252d731fe9661209818b5b63e3
Diffstat (limited to 'org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.18.target')
-rw-r--r-- | org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.18.target | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.18.target b/org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.18.target index eab1a66679..e97ad339c6 100644 --- a/org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.18.target +++ b/org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.18.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.18" sequenceNumber="1717515465"> +<target name="jgit-4.18" sequenceNumber="1719868816"> <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.1</version> + <version>2.13.1</version> <type>jar</type> </dependency> <dependency> <groupId>org.apache.sshd</groupId> <artifactId>sshd-sftp</artifactId> - <version>2.12.1</version> + <version>2.13.1</version> <type>jar</type> </dependency> </dependencies> |