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

Commit 30aa312

Browse files
author
Bogdan Drutu
authored
Update versions for guava, grpc, google cloud (#1670)
* Update versions for guava, grpc, google cloud * Use jsr annotation in compile only.
1 parent 79e1644 commit 30aa312

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

build.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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'

contrib/agent/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,11 @@ def agentRepackaged = "${agentPackage}.deps"
2020

2121
dependencies {
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'

0 commit comments

Comments
 (0)