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-09 02:18:35 +0200 |
commit | 30134f214e3746594f8a6dd454504cdb9c0e3865 (patch) | |
tree | 28fc3c14f421e6ebdfe43ccb534f03b9d6008ac0 /pom.xml | |
parent | 81d552ed586e9dd1a2ea73b771d3626ad2e82994 (diff) | |
download | jgit-30134f214e3746594f8a6dd454504cdb9c0e3865.tar.gz jgit-30134f214e3746594f8a6dd454504cdb9c0e3865.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 'pom.xml')
-rw-r--r-- | pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -120,7 +120,7 @@ <jgit-last-release-version>7.0.0.202409031743-r</jgit-last-release-version> <ant-version>1.10.15</ant-version> - <apache-sshd-version>2.13.2</apache-sshd-version> + <apache-sshd-version>2.14.0</apache-sshd-version> <jsch-version>0.1.55</jsch-version> <jzlib-version>1.1.3</jzlib-version> <javaewah-version>1.2.3</javaewah-version> |