Upgrade gitiles-servlet and blame-cache to 0.3-3

This release of gitiles includes various fixes and aligns the
versions of soy and guava with the versions used in Gerrit.

Change-Id: I77388d79651a4c41dd9b7a974a26c75e0d898876
This commit is contained in:
David Pursehouse
2019-09-03 14:14:48 +09:00
parent e47cfa6c01
commit 237b8671bc

View File

@@ -723,7 +723,7 @@ maven_jar(
sha1 = "f7be08ec23c21485b9b5a1cf1654c2ec8c58168d",
)
GITILES_VERS = "0.3-2"
GITILES_VERS = "0.3-3"
GITILES_REPO = GERRIT
@@ -732,14 +732,14 @@ maven_jar(
artifact = "com.google.gitiles:blame-cache:" + GITILES_VERS,
attach_source = False,
repository = GITILES_REPO,
sha1 = "f19d4ccddad1e39165ff4c60a723f5e543a02f80",
sha1 = "d0bcfc6292b8d69a76156baa620ac892f68a5d23",
)
maven_jar(
name = "gitiles-servlet",
artifact = "com.google.gitiles:gitiles-servlet:" + GITILES_VERS,
repository = GITILES_REPO,
sha1 = "1d4fd7358d6798cc4f4ecf5d6336523c566d7618",
sha1 = "7c010f892c346fe3278df15f73b1588a110f0187",
)
# prettify must match the version used in Gitiles