diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2024-10-09 02:04:55 +0200 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2024-10-10 00:40:57 +0200 |
commit | eeccc5a92e78d6bef5908a61481e159e6c38288a (patch) | |
tree | 3ca8d6c0c7eb514fca87fed3812cf0df5ae74393 /org.eclipse.jgit.packaging/org.eclipse.jgit.target/maven/dependencies.tpd | |
parent | ed0835856609fda246fd2f296ad5baae7ba28e3b (diff) | |
download | jgit-eeccc5a92e78d6bef5908a61481e159e6c38288a.tar.gz jgit-eeccc5a92e78d6bef5908a61481e159e6c38288a.zip |
Update Apache sshd to 2.14.0
This fixes an 'incorrect signature' error when trying to use the keys
generated by SSHD during server init with an OpenSSH client.
This also includes a few other changes since 2.13.2:
* GH-524 Performance improvements
* GH-533 Fix multi-step authentication
* GH-582 Fix filtering in NamedFactory
* GH-587 Prevent NullPointerExceptionon closed channel in NettyIoSession
* GH-590 Better support for FIPS
* GH-597 Pass on Charset in ClientSession.executeRemoteCommand()
https://github.com/apache/mina-sshd/releases/tag/sshd-2.14.0
Change-Id: I76909fd56e70ee4ce16a075bd40ed6b2a609cc47
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 3d47632ffd..7aae03be00 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 @@ -233,12 +233,12 @@ maven sshd dependency { groupId = "org.apache.sshd" artifactId = "sshd-osgi" - version = "2.12.1" + version = "2.14.0" } dependency { groupId = "org.apache.sshd" artifactId = "sshd-sftp" - version = "2.12.1" + version = "2.14.0" } } |