gerrit/lib/guava.bzl
David Pursehouse bb3710002e Update guava to 27.0.1-jre
Since 27.0-jre guava has a runtime dependency on failureaccess. See the
release notes for 27.0 [1] and 27.0.1 [2] for further details.

[1] https://github.com/google/guava/releases/tag/v27.0
[2] https://github.com/google/guava/releases/tag/v27.0.1

Change-Id: Ie38027b9321926f8b054daba6a940cf476c33224
2018-11-29 07:09:54 +00:00

6 lines
181 B
Python

GUAVA_VERSION = "27.0.1-jre"
GUAVA_BIN_SHA1 = "bd41a290787b5301e63929676d792c507bbc00ae"
GUAVA_DOC_URL = "https://google.github.io/guava/releases/" + GUAVA_VERSION + "/api/docs/"