aboutsummaryrefslogtreecommitdiffhomepage
path: root/third_party/BUILD
diff options
context:
space:
mode:
authorGravatar David Ostrovsky <david@ostrovsky.org>2018-03-06 12:58:12 +0100
committerGravatar Philipp Wollermann <philwo@google.com>2018-03-06 12:58:12 +0100
commit85e8c3846e4cf582bdeff312545231d8f62b5e52 (patch)
treecabb802e941309ae1aae6d198e334b3070221d4c /third_party/BUILD
parentb7dad9678254d223965f65ee24a21218836522a8 (diff)
Bump jgit to 4.10 and jsch to 1.54
Fixes: #4762. GitHub recently removed weak crypto algorithm and the older versions of JGit/JSch were affected. https://githubengineering.com/crypto-removal-notice Change-Id: I985fea98c67c4374fb9ef0cd59cd0f95ed77db33 Closes #4771.
Diffstat (limited to 'third_party/BUILD')
-rw-r--r--third_party/BUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/third_party/BUILD b/third_party/BUILD
index d4a0f40ed2..58d14a0db3 100644
--- a/third_party/BUILD
+++ b/third_party/BUILD
@@ -422,7 +422,7 @@ filegroup(
java_import(
name = "jgit",
- jars = ["jgit/org.eclipse.jgit-4.0.1.201506240215-r.jar"],
+ jars = ["jgit/org.eclipse.jgit-4.10.0.201712302008-r.jar"],
)
java_import(
@@ -432,7 +432,7 @@ java_import(
java_import(
name = "jsch",
- jars = ["jsch/jsch-0.1.51.jar"],
+ jars = ["jsch/jsch-0.1.54.jar"],
)
java_import(