Upgrade Guava to 23.0

This is not the very latest release. The latest is 23.2-jre, but that
version introduces a deprecation warning:

  "The method javaLetterOrDigit() from the type CharMatcher is deprecated"

Change-Id: I277ccc0be4d986b092232d9f23a8fff19be03c5f
This commit is contained in:
David Pursehouse 2017-10-13 18:51:11 +09:00
parent ec734e1b59
commit 7426be10d9

View File

@ -1,5 +1,5 @@
GUAVA_VERSION = "22.0" GUAVA_VERSION = "23.0"
GUAVA_BIN_SHA1 = "3564ef3803de51fb0530a8377ec6100b33b0d073" GUAVA_BIN_SHA1 = "c947004bb13d18182be60077ade044099e4f26f1"
GUAVA_DOC_URL = "https://google.github.io/guava/releases/" + GUAVA_VERSION + "/api/docs/" GUAVA_DOC_URL = "https://google.github.io/guava/releases/" + GUAVA_VERSION + "/api/docs/"