commit | ce9d152dff3bfcd5dc5a234810b6477e91834c11 | [log] [tgz] |
---|---|---|
author | Carl Mastrangelo <notcarl@google.com> | Fri Dec 16 15:15:17 2016 -0800 |
committer | GitHub <noreply@github.com> | Fri Dec 16 15:15:17 2016 -0800 |
tree | 1178667d0fb8458dd058d96232dfc7d53e1001d7 | |
parent | f8f569e078370f3db403591a9d196df5db4453f6 [diff] [blame] |
all: update to guava 20
diff --git a/build.gradle b/build.gradle index cd848b0..495d353 100644 --- a/build.gradle +++ b/build.gradle
@@ -61,7 +61,7 @@ protocPluginBaseName = 'protoc-gen-grpc-java' javaPluginPath = "$rootDir/compiler/build/exe/java_plugin/$protocPluginBaseName$exeSuffix" - guavaVersion = '19.0' + guavaVersion = '20.0' protobufVersion = '3.1.0' protobufNanoVersion = '3.0.0-alpha-5'