Upgrade gitiles-servlet and blame-cache to 0.3-7
Includes the following changes:
2e5f39b - Bump version to 0.3-7
2ab0f9f - Bump bazel version to 1.2.0
219a919 - Format Java files with google-java-format
e5a8b41 - Correct license for VisibilityChecker
c16518b - Correct license header for VisibilityCacheTest
9ca395d - VisibilityChecker: Remove topoSort argument
f0b1806 - VisibilityCache: Use jgit's ReachabilityChecker
284a35a - Accept first-parent parameter in LogServlet
11af49e - Upgrade JGit to 5.5.1.201910021850-r
beb12ac - Check BLOB content size before trying to render it
Notably this includes beb12ac which is the fix for [1], which
is a JVM crash when a large XML document is rendered.
[1] https://github.com/google/gitiles/issues/192
Change-Id: If837e84500d00b05659c1bbbbe39ce9c5879a4d8
diff --git a/WORKSPACE b/WORKSPACE
index 7fd8964..3e948c1 100644
--- a/WORKSPACE
+++ b/WORKSPACE
@@ -723,7 +723,7 @@
sha1 = "f7be08ec23c21485b9b5a1cf1654c2ec8c58168d",
)
-GITILES_VERS = "0.3-6"
+GITILES_VERS = "0.3-7"
GITILES_REPO = GERRIT
@@ -732,14 +732,14 @@
artifact = "com.google.gitiles:blame-cache:" + GITILES_VERS,
attach_source = False,
repository = GITILES_REPO,
- sha1 = "bd1ec86570b8a6e4b68c5af6311c8cd10aa3f295",
+ sha1 = "af6212a62363906c63d367f8276ae1645f83bf93",
)
maven_jar(
name = "gitiles-servlet",
artifact = "com.google.gitiles:gitiles-servlet:" + GITILES_VERS,
repository = GITILES_REPO,
- sha1 = "98bf06ca9abc871beb3d6c01e6f053243d4e911a",
+ sha1 = "6a53f722f8572a2f1bcb7d86e5692168844bab76",
)
# prettify must match the version used in Gitiles