aboutsummaryrefslogtreecommitdiff
path: root/build.gradle
diff options
context:
space:
mode:
authorYang Song <songy23@users.noreply.github.com>2018-07-13 13:37:46 -0700
committerGitHub <noreply@github.com>2018-07-13 13:37:46 -0700
commit8827a13cd4e57aa32b8c716299025191fb7582f0 (patch)
tree1aacf3360a96153456e9f0123fd3da4e2c12e6f7 /build.gradle
parent468d0683e89979402ec1d6806f0c450c317eeae0 (diff)
downloadopencensus-java-8827a13cd4e57aa32b8c716299025191fb7582f0.tar.gz
Update Cloud Beta and GA version in build.gradle. (#1312)
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 2d5f14c2..23cf9773 100644
--- a/build.gradle
+++ b/build.gradle
@@ -150,8 +150,8 @@ subprojects {
grpcVersion = '1.12.0'
guavaVersion = '20.0'
googleAuthVersion = '0.9.1'
- googleCloudBetaVersion = '0.53.0-beta'
- googleCloudGaVersion = '1.35.0'
+ googleCloudBetaVersion = '0.54.0-beta'
+ googleCloudGaVersion = '1.36.0'
signalfxVersion = '0.0.39'
prometheusVersion = '0.4.0'
protobufVersion = '3.5.1'