Upgrade JGit to 4.5.7.201904151645-r

This release fixes a regression that was introduced in the previous
release, where an infinite loop could occur when an object was not
found in the packfile and `core.trustfolderstat` was set to `false`.

Bug: Issue 10695
Change-Id: I39aaa2afff163bb74c90da748aac31f565a0bf90
diff --git a/lib/JGIT_VERSION b/lib/JGIT_VERSION
index 37d0e4b..50ac39f 100644
--- a/lib/JGIT_VERSION
+++ b/lib/JGIT_VERSION
@@ -1,6 +1,6 @@
 include_defs('//lib/maven.defs')
 
 REPO = MAVEN_CENTRAL # Leave here even if set to MAVEN_CENTRAL.
-VERS = '4.5.6.201903121547-r'
+VERS = '4.5.7.201904151645-r'
 DOC_VERS = VERS # Set to VERS unless using a snapshot
 JGIT_DOC_URL="http://download.eclipse.org/jgit/site/" + DOC_VERS + "/apidocs"
diff --git a/lib/jgit/org.eclipse.jgit.archive/BUCK b/lib/jgit/org.eclipse.jgit.archive/BUCK
index d2e5094..094c239e 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 = '9681cf33d759e483de00df738de7aaf4f53f978d',
+  sha1 = '89d60d194dfb0818df49a00af59ab8c455e43864',
   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 7daeda2..6eddcce 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 = 'a2c6a6494fa622cf21a5f307635907c2da8db409',
+  sha1 = '5e999808806bbda10f46b19cdf4fc39d39ca1efb',
   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 b64f9bf..a9c6077 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 = '9765775e417c379342c86b4d6d6b1c82fe7c3eb3',
+  sha1 = '47e1a1c0d0720611886b9ed675a1e9a2e8fd6a09',
   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 67e199b..6021155 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 = '684f7c9066c5b14e149387df7bff6250139b9a9b',
-  src_sha1 = 'b6cfef262b2725655c5fe2ff202398a47224a5c6',
+  bin_sha1 = 'e84008db495a7f48d65fb09afe53279b0df68c80',
+  src_sha1 = 'd7fe981cc76f11ad95872b2658344c47c6a29556',
   license = 'jgit',
   repository = REPO,
   unsign = True,