Skip to content
This repository was archived by the owner on Dec 23, 2023. It is now read-only.

Commit dd7234b

Browse files
authored
Update Google Cloud version. (#1273)
* Update Google Cloud version. * Update Cloud Logging version.
1 parent 9b82dc5 commit dd7234b

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

build.gradle

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,8 @@ subprojects {
150150
grpcVersion = '1.12.0'
151151
guavaVersion = '20.0'
152152
googleAuthVersion = '0.9.1'
153-
googleCloudVersion = '0.50.0-beta'
153+
googleCloudBetaVersion = '0.52.0-beta'
154+
googleCloudGaVersion = '1.34.0'
154155
signalfxVersion = '0.0.39'
155156
prometheusVersion = '0.4.0'
156157
protobufVersion = '3.5.1'
@@ -167,12 +168,12 @@ subprojects {
167168
errorprone: "com.google.errorprone:error_prone_annotations:${errorProneVersion}",
168169
findbugs_annotations: "com.google.code.findbugs:annotations:${findBugsVersion}",
169170
google_auth: "com.google.auth:google-auth-library-credentials:${googleAuthVersion}",
170-
google_cloud_logging: "com.google.cloud:google-cloud-logging:1.33.0",
171-
google_cloud_trace: "com.google.cloud:google-cloud-trace:${googleCloudVersion}",
171+
google_cloud_logging: "com.google.cloud:google-cloud-logging:${googleCloudGaVersion}",
172+
google_cloud_trace: "com.google.cloud:google-cloud-trace:${googleCloudBetaVersion}",
172173
zipkin_reporter: "io.zipkin.reporter2:zipkin-reporter:${zipkinReporterVersion}",
173174
zipkin_urlconnection: "io.zipkin.reporter2:zipkin-sender-urlconnection:${zipkinReporterVersion}",
174175
jaeger_reporter: "com.uber.jaeger:jaeger-core:${jaegerReporterVersion}",
175-
google_cloud_monitoring: "com.google.cloud:google-cloud-monitoring:${googleCloudVersion}",
176+
google_cloud_monitoring: "com.google.cloud:google-cloud-monitoring:${googleCloudGaVersion}",
176177
grpc_context: "io.grpc:grpc-context:${grpcVersion}",
177178
grpc_core: "io.grpc:grpc-core:${grpcVersion}",
178179
guava: "com.google.guava:guava:${guavaVersion}",

0 commit comments

Comments
 (0)