diff options
author | Thomas Wolf <thomas.wolf@paranor.ch> | 2021-11-30 23:56:44 +0100 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2022-01-07 02:15:24 +0100 |
commit | d30447e2699d217fe70b52c4fa74674445e48f64 (patch) | |
tree | 1f5a7185f4918e725b71ee42dd30b540765c5201 /pom.xml | |
parent | df4fa808b3a872fda33418a931dcaf3ab8699f10 (diff) | |
download | jgit-d30447e2699d217fe70b52c4fa74674445e48f64.tar.gz jgit-d30447e2699d217fe70b52c4fa74674445e48f64.zip |
Switch to Apache MINA sshd 2.8.0
Update version in root pom.xml, adapt code & manifests. Bump the
dependency in the bazel build.
Update Orbit to I20220105095044 to get Apache MINA sshd 2.8.0 and
regenerate all target platforms.
Bug: 577542
Change-Id: Iefc02ceda8a9b0683f49aa8059999a5486d1f322
Signed-off-by: Thomas Wolf <thomas.wolf@paranor.ch>
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -152,7 +152,7 @@ <jgit-last-release-version>6.0.0.202111291000-r</jgit-last-release-version> <ant-version>1.10.12</ant-version> - <apache-sshd-version>2.7.0</apache-sshd-version> + <apache-sshd-version>2.8.0</apache-sshd-version> <jsch-version>0.1.55</jsch-version> <jzlib-version>1.1.1</jzlib-version> <javaewah-version>1.1.13</javaewah-version> |