Upgrade guava to 25.1-jre

Change-Id: I16677d897a4da9f2a5072586984b9a2959df503a
This commit is contained in:
David Pursehouse 2018-05-25 09:52:36 +09:00
parent 062c3c9bfe
commit 80026a8398

View File

@ -1,5 +1,5 @@
GUAVA_VERSION = "25.0-jre"
GUAVA_VERSION = "25.1-jre"
GUAVA_BIN_SHA1 = "7319c34fa5866a85b6bad445adad69d402323129"
GUAVA_BIN_SHA1 = "6c57e4b22b44e89e548b5c9f70f0c45fe10fb0b4"
GUAVA_DOC_URL = "https://google.github.io/guava/releases/" + GUAVA_VERSION + "/api/docs/"