aboutsummaryrefslogtreecommitdiff
path: root/build.gradle
diff options
context:
space:
mode:
authorYang Song <songy23@users.noreply.github.com>2018-05-09 10:19:09 -0700
committerGitHub <noreply@github.com>2018-05-09 10:19:09 -0700
commit36c018e66414fd19632afd2c0f2c8e664274e2c3 (patch)
tree838e9f1d7d2db16d0a6f1c79d8735c2ebe8a75a1 /build.gradle
parentf7b1813433cd60866ec51a871a900783988b14ea (diff)
downloadopencensus-java-36c018e66414fd19632afd2c0f2c8e664274e2c3.tar.gz
Update Google Cloud and Auth version. (#1191)
Diffstat (limited to 'build.gradle')
-rw-r--r--build.gradle4
1 files changed, 2 insertions, 2 deletions
diff --git a/build.gradle b/build.gradle
index ac5ecc90..7948bbbb 100644
--- a/build.gradle
+++ b/build.gradle
@@ -156,8 +156,8 @@ subprojects {
errorProneVersion = '2.2.0'
grpcVersion = '1.10.0'
guavaVersion = '20.0'
- googleAuthVersion = '0.9.0'
- googleCloudVersion = '0.34.0-beta'
+ googleAuthVersion = '0.9.1'
+ googleCloudVersion = '0.47.0-beta'
signalfxVersion = '0.0.39'
prometheusVersion = '0.2.0'
zipkinReporterVersion = '2.3.2'