Upgrade JGit to 5.1.3.201810200350-r

This aligns with the version used on Gerrit's stable-2.16 branch.

Change-Id: I161471a206641ca1434b7f1e086a90738735efd1
diff --git a/external_plugin_deps.bzl b/external_plugin_deps.bzl
index 41b3259..f9c5ae7 100644
--- a/external_plugin_deps.bzl
+++ b/external_plugin_deps.bzl
@@ -1,13 +1,13 @@
 load("//tools/bzl:maven_jar.bzl", "GERRIT", "MAVEN_CENTRAL", "MAVEN_LOCAL", "maven_jar")
 
-JGIT_VERSION = "5.1.1.201809181055-r"
+JGIT_VERSION = "5.1.3.201810200350-r"
 REPO = MAVEN_CENTRAL
 
 def external_plugin_deps():
     maven_jar(
         name = "jgit-http-apache",
         artifact = "org.eclipse.jgit:org.eclipse.jgit.http.apache:" + JGIT_VERSION,
-        sha1 = "236c4ba73978801d7ab04f78eb321d66d7530b8e",
+        sha1 = "d98ca013eb8159b369af99e28be8b96a651c4f79",
         repository = REPO,
         unsign = True,
         exclude = [
@@ -19,7 +19,7 @@
     maven_jar(
         name = "jgit-lfs",
         artifact = "org.eclipse.jgit:org.eclipse.jgit.lfs:" + JGIT_VERSION,
-        sha1 = "73ad88fa00f0756a4bc893cdc95818da1adbd188",
+        sha1 = "9fa727360ff65f0443684a78dfc3a099da70a4f2",
         repository = REPO,
         unsign = True,
         exclude = [
@@ -31,7 +31,7 @@
     maven_jar(
         name = "jgit-lfs-server",
         artifact = "org.eclipse.jgit:org.eclipse.jgit.lfs.server:" + JGIT_VERSION,
-        sha1 = "f9389d44beddaf0ecb31065c570caa916d0508de",
+        sha1 = "8655240c3cf005ff22b7da95c2f1f1b23dc746c5",
         repository = REPO,
         unsign = True,
         exclude = [