summaryrefslogtreecommitdiffstats
path: root/WORKSPACE
diff options
context:
space:
mode:
authorMatthias Sohn <matthias.sohn@sap.com>2024-05-13 02:06:38 +0200
committerMatthias Sohn <matthias.sohn@sap.com>2024-05-13 16:18:07 +0200
commita7d0cf38d6d6b6bea5a700d02b4854d687b865ad (patch)
tree2a1e96d366243c086b6d64fab6ec45ec9be8b8cb /WORKSPACE
parentdbf45058cb45c55c80bd754e7de51c3585f3d4c9 (diff)
downloadjgit-a7d0cf38d6d6b6bea5a700d02b4854d687b865ad.tar.gz
jgit-a7d0cf38d6d6b6bea5a700d02b4854d687b865ad.zip
Update mina-sshd to 2.12.1
Change-Id: I3f7b76243af0add3ee66a7f808a73f10d01a7627
Diffstat (limited to 'WORKSPACE')
-rw-r--r--WORKSPACE6
1 files changed, 3 insertions, 3 deletions
diff --git a/WORKSPACE b/WORKSPACE
index 61f7111cb9..82b713d44b 100644
--- a/WORKSPACE
+++ b/WORKSPACE
@@ -110,18 +110,18 @@ maven_jar(
sha1 = "51cf043c87253c9f58b539c9f7e44c8894223850",
)
-SSHD_VERS = "2.12.0"
+SSHD_VERS = "2.12.1"
maven_jar(
name = "sshd-osgi",
artifact = "org.apache.sshd:sshd-osgi:" + SSHD_VERS,
- sha1 = "32b8de1cbb722ba75bdf9898e0c41d42af00ce57",
+ sha1 = "45b0501857603881ab472c927852ffa406932aef",
)
maven_jar(
name = "sshd-sftp",
artifact = "org.apache.sshd:sshd-sftp:" + SSHD_VERS,
- sha1 = "0f96f00a07b186ea62838a6a4122e8f4cad44df6",
+ sha1 = "3ef6ded49799618c9438aa1044c6bf01124133bb",
)
JNA_VERS = "5.14.0"