aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorThomas Wolf <thomas.wolf@paranor.ch>2020-03-12 19:38:57 +0100
committerMatthias Sohn <matthias.sohn@sap.com>2020-03-22 00:37:05 +0100
commitfd3778b935c1de9fd3ae7068d71c46974741dcce (patch)
treefa4d64170f437b61a6146e5c7a60db50901b5bb9 /pom.xml
parent7d3b6308fc2e44e8ae462d56fb2f1aa61012fb35 (diff)
downloadjgit-fd3778b935c1de9fd3ae7068d71c46974741dcce.tar.gz
jgit-fd3778b935c1de9fd3ae7068d71c46974741dcce.zip
Update to org.apache.sshd 2.4.0
Change target platforms to Orbit I20200319180910 and regenerate them. Change package imports to [2.4.0,2.5.0); adapt code to upstream API changes. Maven build: update version in root pom. Bazel build: update version & hash in WORKSPACE file. Proxy functionality verified manually using 3proxy (HTTP & SOCKS, with basic authentication) and ssh -vvv -D7020 localhost (SOCKS, no authentication). Bug: 561078 Change-Id: I582f6b98055b013c006f2c749890fe6db801cbaa Signed-off-by: Thomas Wolf <thomas.wolf@paranor.ch>
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index 38517ff05c..6764644f31 100644
--- a/pom.xml
+++ b/pom.xml
@@ -152,7 +152,7 @@
<bundle-manifest>${project.build.directory}/META-INF/MANIFEST.MF</bundle-manifest>
<jgit-last-release-version>5.7.0.202003110725-r</jgit-last-release-version>
- <apache-sshd-version>2.2.0</apache-sshd-version>
+ <apache-sshd-version>2.4.0</apache-sshd-version>
<jsch-version>0.1.55</jsch-version>
<jzlib-version>1.1.1</jzlib-version>
<javaewah-version>1.1.7</javaewah-version>