diff options
author | Thomas Wolf <thomas.wolf@paranor.ch> | 2020-03-12 19:38:57 +0100 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2020-03-22 00:37:05 +0100 |
commit | fd3778b935c1de9fd3ae7068d71c46974741dcce (patch) | |
tree | fa4d64170f437b61a6146e5c7a60db50901b5bb9 /WORKSPACE | |
parent | 7d3b6308fc2e44e8ae462d56fb2f1aa61012fb35 (diff) | |
download | jgit-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 'WORKSPACE')
-rw-r--r-- | WORKSPACE | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -95,14 +95,14 @@ maven_jar( maven_jar( name = "sshd-osgi", - artifact = "org.apache.sshd:sshd-osgi:2.2.0", - sha1 = "a45d48cb53678e699816e8e054e55fa33f5a4558", + artifact = "org.apache.sshd:sshd-osgi:2.4.0", + sha1 = "fc4551c1eeda35e4671b263297d37d2bca81c4d4", ) maven_jar( name = "sshd-sftp", - artifact = "org.apache.sshd:sshd-sftp:2.2.0", - sha1 = "3d011e00adf38e49bb8711a9dd762fe908a2170c", + artifact = "org.apache.sshd:sshd-sftp:2.4.0", + sha1 = "92e1b7d1e19c715efb4a8871d34145da8f87cdb2", ) maven_jar( |