This repository was archived by the owner on Dec 23, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -171,11 +171,11 @@ subprojects {
171171 findBugsAnnotationsVersion = ' 3.0.1'
172172 findBugsJsr305Version = ' 3.0.2'
173173 errorProneVersion = ' 2.3.2'
174- grpcVersion = ' 1.16.1 '
175- guavaVersion = ' 20.0 '
174+ grpcVersion = ' 1.18.0 '
175+ guavaVersion = ' 25.1-android '
176176 googleAuthVersion = ' 0.12.0'
177- googleCloudBetaVersion = ' 0.74 .0-beta'
178- googleCloudGaVersion = ' 1.56 .0'
177+ googleCloudBetaVersion = ' 0.77 .0-beta'
178+ googleCloudGaVersion = ' 1.59 .0'
179179 log4j2Version = ' 2.11.1'
180180 signalfxVersion = ' 0.0.48'
181181 springBootVersion = ' 1.5.15.RELEASE'
Original file line number Diff line number Diff line change @@ -20,11 +20,11 @@ def agentRepackaged = "${agentPackage}.deps"
2020
2121dependencies {
2222 compileOnly libraries. auto_service
23+ compileOnly libraries. findbugs_annotations
2324 compileOnly libraries. grpc_context
2425 compileOnly project(' :opencensus-api' )
2526 compile libraries. byte_buddy
2627 compile libraries. config
27- compile libraries. findbugs_annotations
2828 compile libraries. guava
2929
3030 signature ' org.codehaus.mojo.signature:java17:1.0@signature'
You can’t perform that action at this time.
0 commit comments