aboutsummaryrefslogtreecommitdiff
path: root/build.gradle
diff options
context:
space:
mode:
authorYang Song <songy23@users.noreply.github.com>2018-08-31 13:34:18 -0700
committerGitHub <noreply@github.com>2018-08-31 13:34:18 -0700
commit5677310268b03c4d49c85b743e2ed76d87e4d0f4 (patch)
treefc8ec13eb03c96c40aec3369f2357ed454829685 /build.gradle
parentb25e66b7e1525e6bda3f5adbd3239035f1a2a35c (diff)
downloadopencensus-java-5677310268b03c4d49c85b743e2ed76d87e4d0f4.tar.gz
Update gRPC version to 1.14. (#1404)
* Update gRPC version to 0.14. * Fix fingbugs warning. * Add more comments about the workaround.
Diffstat (limited to 'build.gradle')
-rw-r--r--build.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.gradle b/build.gradle
index 07e4f8d2..14c52111 100644
--- a/build.gradle
+++ b/build.gradle
@@ -149,7 +149,7 @@ subprojects {
findBugsAnnotationsVersion = '3.0.1'
findBugsJsr305Version = '3.0.2'
errorProneVersion = '2.3.1'
- grpcVersion = '1.12.0'
+ grpcVersion = '1.14.0'
guavaVersion = '20.0'
googleAuthVersion = '0.10.0'
googleCloudBetaVersion = '0.58.0-beta'