diff options
author | Thomas Wolf <twolf@apache.org> | 2025-02-09 22:41:31 +0100 |
---|---|---|
committer | Thomas Wolf <twolf@apache.org> | 2025-02-24 23:26:15 +0100 |
commit | e10f876b4c08f880c5a26805f974e7fe27770290 (patch) | |
tree | 41c06fbd402fe5f49a38870881e5b7c83e1a6115 /org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.35.target | |
parent | 70a3131d6bb7332f50827335babb194677382d7f (diff) | |
download | jgit-e10f876b4c08f880c5a26805f974e7fe27770290.tar.gz jgit-e10f876b4c08f880c5a26805f974e7fe27770290.zip |
ssh: bump Apache MINA sshd 2.14.0 -> 2.15.0
Brings support for ML-KEM PQC hybrid key exchanges, plus support for
using the Bouncy Castle ed25519 provider.
Change-Id: Ib44e89ff96799c6e4f6ac546284a0e7c4726898d
Diffstat (limited to 'org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.35.target')
-rw-r--r-- | org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.35.target | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.35.target b/org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.35.target index f9551d5368..43193a74e6 100644 --- a/org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.35.target +++ b/org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.35.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.35" sequenceNumber="1737936936"> +<target name="jgit-4.35" sequenceNumber="1740435539"> <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.14.0</version> + <version>2.15.0</version> <type>jar</type> </dependency> <dependency> <groupId>org.apache.sshd</groupId> <artifactId>sshd-sftp</artifactId> - <version>2.14.0</version> + <version>2.15.0</version> <type>jar</type> </dependency> </dependencies> |