diff options
author | Thomas Wolf <twolf@apache.org> | 2024-08-10 19:36:50 +0200 |
---|---|---|
committer | Thomas Wolf <twolf@apache.org> | 2024-08-10 19:36:50 +0200 |
commit | 299a7348eb318a0199226c1e633cc46c659d76d3 (patch) | |
tree | 60d184421df618c52b636fceb4ab1858675a52ba /org.eclipse.jgit.packaging/org.eclipse.jgit.target/maven/dependencies.tpd | |
parent | a5e123349c921bd6850e8d11d00ea142422dddba (diff) | |
download | jgit-299a7348eb318a0199226c1e633cc46c659d76d3.tar.gz jgit-299a7348eb318a0199226c1e633cc46c659d76d3.zip |
[ssh] Bump Apache MINA sshd 2.13.1 -> 2.13.2
Apache MINA 2.13.[01] had a bug in the new sntrup761x25519-sha256 KEX
exchange that was fixed in 2.13.2.[1]
This is the only upstream code change. Bump the lower bound in the
MANIFEST.MFs to 2.13.2 to avoid we ever use the broken 2.13.[01].
[1] https://github.com/apache/mina-sshd/issues/525
Change-Id: I5904f9826f99c46b50abc634153f90035646ce50
Signed-off-by: Thomas Wolf <twolf@apache.org>
Diffstat (limited to 'org.eclipse.jgit.packaging/org.eclipse.jgit.target/maven/dependencies.tpd')
-rw-r--r-- | org.eclipse.jgit.packaging/org.eclipse.jgit.target/maven/dependencies.tpd | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/org.eclipse.jgit.packaging/org.eclipse.jgit.target/maven/dependencies.tpd b/org.eclipse.jgit.packaging/org.eclipse.jgit.target/maven/dependencies.tpd index fc20d20414..202eda6055 100644 --- a/org.eclipse.jgit.packaging/org.eclipse.jgit.target/maven/dependencies.tpd +++ b/org.eclipse.jgit.packaging/org.eclipse.jgit.target/maven/dependencies.tpd @@ -238,12 +238,12 @@ maven sshd dependency { groupId = "org.apache.sshd" artifactId = "sshd-osgi" - version = "2.13.1" + version = "2.13.2" } dependency { groupId = "org.apache.sshd" artifactId = "sshd-sftp" - version = "2.13.1" + version = "2.13.2" } } |