Upgrade JGit to 4.4.1.201607150455-r.109-g0b4751e This snapshot inludes the following fixes since the previous: - LfsProtocolServlet: Always set the Content-Type header on response - LfsProtocolServlet: Don't set pretty printing on Gson - BaseReceivePack: null and IllegalStateException cases for getPushOptions Change-Id: I7115335bf342df11fd6376d887d13f8e7aa7d91f
diff --git a/lib/JGIT_VERSION b/lib/JGIT_VERSION index a1c25f6..58b677a 100644 --- a/lib/JGIT_VERSION +++ b/lib/JGIT_VERSION
@@ -1,4 +1,4 @@ include_defs('//lib/maven.defs') REPO = GERRIT # Leave here even if set to MAVEN_CENTRAL. -VERS = '4.4.1.201607150455-r.105-g81ba2be' +VERS = '4.4.1.201607150455-r.109-g0b4751e'
diff --git a/lib/jgit/org.eclipse.jgit.archive/BUCK b/lib/jgit/org.eclipse.jgit.archive/BUCK index 0f6be87..fab0634 100644 --- a/lib/jgit/org.eclipse.jgit.archive/BUCK +++ b/lib/jgit/org.eclipse.jgit.archive/BUCK
@@ -4,7 +4,7 @@ maven_jar( name = 'jgit-archive', id = 'org.eclipse.jgit:org.eclipse.jgit.archive:' + VERS, - sha1 = 'fc3bc40e070c54198a046fcd3a1f7cac47163961', + sha1 = '57ebfba05a6023e3d9ed48083ff0dcbac09e8047', license = 'jgit', repository = REPO, deps = ['//lib/jgit/org.eclipse.jgit:jgit'],
diff --git a/lib/jgit/org.eclipse.jgit.http.server/BUCK b/lib/jgit/org.eclipse.jgit.http.server/BUCK index a1f7f12..3371b87 100644 --- a/lib/jgit/org.eclipse.jgit.http.server/BUCK +++ b/lib/jgit/org.eclipse.jgit.http.server/BUCK
@@ -4,7 +4,7 @@ maven_jar( name = 'jgit-servlet', id = 'org.eclipse.jgit:org.eclipse.jgit.http.server:' + VERS, - sha1 = '7a3d359ac9708e325bea4742f30b12bb47ab753a', + sha1 = '44b864259407c0fe2c7ccdeabcef79db3de5a9ea', license = 'jgit', repository = REPO, deps = ['//lib/jgit/org.eclipse.jgit:jgit'],
diff --git a/lib/jgit/org.eclipse.jgit.junit/BUCK b/lib/jgit/org.eclipse.jgit.junit/BUCK index 8b100c5..68062e7 100644 --- a/lib/jgit/org.eclipse.jgit.junit/BUCK +++ b/lib/jgit/org.eclipse.jgit.junit/BUCK
@@ -4,7 +4,7 @@ maven_jar( name = 'junit', id = 'org.eclipse.jgit:org.eclipse.jgit.junit:' + VERS, - sha1 = 'b4565ee84a6e1d0952010282b9fcf705ac6171a7', + sha1 = '9637d7ec4775a4e0e2467c8e951a735ad06a8c57', license = 'DO_NOT_DISTRIBUTE', repository = REPO, unsign = True,
diff --git a/lib/jgit/org.eclipse.jgit/BUCK b/lib/jgit/org.eclipse.jgit/BUCK index 3684b92b..17e3bbe 100644 --- a/lib/jgit/org.eclipse.jgit/BUCK +++ b/lib/jgit/org.eclipse.jgit/BUCK
@@ -4,8 +4,8 @@ maven_jar( name = 'jgit', id = 'org.eclipse.jgit:org.eclipse.jgit:' + VERS, - bin_sha1 = 'c07c9c66da7983095a40945c0bfab211a473c4c5', - src_sha1 = '24dc0a7f50954c105418fe6f582587bf25e2658a', + bin_sha1 = 'de7fb6fa397b2388bfafe17b212d4fe4ad5df72a', + src_sha1 = '30665754ae7703018251b2880e0cfba6edcbe189', license = 'jgit', repository = REPO, unsign = True,