summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Pursehouse <dpursehouse@collab.net>2018-10-23 13:59:56 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2018-10-23 13:59:56 +0000
commit7450619aec56f23892cbdf0236fbea0b9f4e9bed (patch)
treea0349d35bef51f2b972d64d8540e06e132fb69a5
parent35efa269fa22093ffe2a8795268b637df2cf197e (diff)
parent3345ccb8e887002f7ab3634b8d0d3c6d35185164 (diff)
Merge "Upgrade JGit to 5.1.3.201810200350-r" into stable-2.16
-rw-r--r--lib/jgit/jgit.bzl12
1 files changed, 6 insertions, 6 deletions
diff --git a/lib/jgit/jgit.bzl b/lib/jgit/jgit.bzl
index f2117a6e64..de254be4e1 100644
--- a/lib/jgit/jgit.bzl
+++ b/lib/jgit/jgit.bzl
@@ -1,6 +1,6 @@
load("//tools/bzl:maven_jar.bzl", "GERRIT", "MAVEN_CENTRAL", "MAVEN_LOCAL", "maven_jar")
-_JGIT_VERS = "5.1.2.201810061102-r"
+_JGIT_VERS = "5.1.3.201810200350-r"
_DOC_VERS = _JGIT_VERS # Set to _JGIT_VERS unless using a snapshot
@@ -40,28 +40,28 @@ def jgit_maven_repos():
name = "jgit-lib",
artifact = "org.eclipse.jgit:org.eclipse.jgit:" + _JGIT_VERS,
repository = _JGIT_REPO,
- sha1 = "467c951f20aef345c584e1d578be691ac7ae6fbc",
- src_sha1 = "37a8b0233413af35886be512ebfcd499a439d455",
+ sha1 = "f270dbd1d792d5ad06074abe018a18644c90b60e",
+ src_sha1 = "00e24ee2b721040edbb8520d705607a7f7bafd64",
unsign = True,
)
maven_jar(
name = "jgit-servlet",
artifact = "org.eclipse.jgit:org.eclipse.jgit.http.server:" + _JGIT_VERS,
repository = _JGIT_REPO,
- sha1 = "f8a7f7934b8038fe01f26a0908b648385dbc5ffe",
+ sha1 = "360405244c28b537f0eafdc0b9d9f3753503d981",
unsign = True,
)
maven_jar(
name = "jgit-archive",
artifact = "org.eclipse.jgit:org.eclipse.jgit.archive:" + _JGIT_VERS,
repository = _JGIT_REPO,
- sha1 = "c51089a2e1f225f4b10e78e9bfc9c077a9337977",
+ sha1 = "08e10921fcc75ead2736dd5bf099ba8e2ed8a3fb",
)
maven_jar(
name = "jgit-junit",
artifact = "org.eclipse.jgit:org.eclipse.jgit.junit:" + _JGIT_VERS,
repository = _JGIT_REPO,
- sha1 = "afd35253f780ffb64281bcb3abfe24cceef78d2e",
+ sha1 = "1dc8f86bba3c461cb90c9dc3e91bf343889ca684",
unsign = True,
)