Files
gerrit/lib/guava.bzl
Paladox none dd2ae2d0c6 Upgrade Guava to 22.0
The dead lock issue is fixed: [1].

[1] https://github.com/google/guava/issues/2743

Bug: Issue 7645
Change-Id: I77dd930503e6869be207ca4a4f2fd85116719506
2017-11-02 19:10:14 +00:00

6 lines
175 B
Python

GUAVA_VERSION = "22.0"
GUAVA_BIN_SHA1 = "3564ef3803de51fb0530a8377ec6100b33b0d073"
GUAVA_DOC_URL = "https://google.github.io/guava/releases/" + GUAVA_VERSION + "/api/docs/"