summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Pursehouse <dpursehouse@collab.net>2019-03-14 11:05:23 +0900
committerDavid Pursehouse <dpursehouse@collab.net>2019-03-14 15:40:40 +0900
commit14e1e489ca2204755d81b7beb19f7671230606b1 (patch)
treeaddd6aa17cc2aed46cc9d613696e9ffaea9a860c
parent80b5fb31b2c7e4872d425ff82662903f527722be (diff)
Upgrade JGit to 5.1.6.201903130242-r
Includes fixes for packfile list corruption during GC [1]. [1] https://bugs.eclipse.org/bugs/show_bug.cgi?id=544199 Bug: Issue 10562 Change-Id: I097d4a5e1eb32fd3758ff6e648136dd5fab19a49
-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 76c7e64091..7120c21713 100644
--- a/lib/jgit/jgit.bzl
+++ b/lib/jgit/jgit.bzl
@@ -1,6 +1,6 @@
load("//tools/bzl:maven_jar.bzl", "MAVEN_CENTRAL", "maven_jar")
-_JGIT_VERS = "5.1.5.201812261915-r"
+_JGIT_VERS = "5.1.6.201903130242-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 = "e64c71932a2a8fdc2b86cf7d5d61c3399c64b8b1",
- src_sha1 = "5021b94b81a4ac662a9967ac6ab725e8e099fce1",
+ sha1 = "c33db190745a8a40524d3076f033ba2ee4616a64",
+ src_sha1 = "f0e33171d3d413c5a94f07794aef7b71a35772f6",
unsign = True,
)
maven_jar(
name = "jgit-servlet",
artifact = "org.eclipse.jgit:org.eclipse.jgit.http.server:" + _JGIT_VERS,
repository = _JGIT_REPO,
- sha1 = "98c3c1510ac44aca53e31194298b4fdd3c193ff3",
+ sha1 = "86564c102e81a76f67630d4fde862d137e24c63a",
unsign = True,
)
maven_jar(
name = "jgit-archive",
artifact = "org.eclipse.jgit:org.eclipse.jgit.archive:" + _JGIT_VERS,
repository = _JGIT_REPO,
- sha1 = "1a776e2d094b9a7d2cedb2cc232a7e42d8ed3275",
+ sha1 = "f4ebfa91f4c988f37648b3087830a83973a975be",
)
maven_jar(
name = "jgit-junit",
artifact = "org.eclipse.jgit:org.eclipse.jgit.junit:" + _JGIT_VERS,
repository = _JGIT_REPO,
- sha1 = "a0cf04fcdeb43daff3409615544b87e6b8778d6f",
+ sha1 = "b2e512e920afbac405a678efe92e3b4bacb9a1df",
unsign = True,
)