Skip to content

Commit f373b3e

Browse files
committed
Centralize grpc version management
Signed-off-by: Andriy Redko <[email protected]>
1 parent 915484b commit f373b3e

File tree

5 files changed

+4
-3
lines changed

5 files changed

+4
-3
lines changed

buildSrc/version.properties

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ jakarta_annotation = 1.3.5
2525
google_http_client = 1.44.1
2626
tdigest = 3.3
2727
hdrhistogram = 2.2.2
28+
grpc = 1.68.0
2829

2930
# when updating the JNA version, also update the version in buildSrc/build.gradle
3031
jna = 5.13.0

plugins/discovery-gce/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ dependencies {
3030
api "commons-logging:commons-logging:${versions.commonslogging}"
3131
api "org.apache.logging.log4j:log4j-1.2-api:${versions.log4j}"
3232
api "commons-codec:commons-codec:${versions.commonscodec}"
33-
api 'io.grpc:grpc-api:1.68.0'
33+
api "io.grpc:grpc-api:${versions.grpc}"
3434
api 'io.opencensus:opencensus-api:0.31.1'
3535
api 'io.opencensus:opencensus-contrib-http-util:0.31.1'
3636
runtimeOnly "com.google.guava:guava:${versions.guava}"

plugins/repository-gcs/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ dependencies {
8686
api "org.apache.logging.log4j:log4j-1.2-api:${versions.log4j}"
8787
api "commons-codec:commons-codec:${versions.commonscodec}"
8888
api 'org.threeten:threetenbp:1.4.4'
89-
api 'io.grpc:grpc-api:1.57.2'
89+
api "io.grpc:grpc-api:${versions.grpc}"
9090
api 'io.opencensus:opencensus-api:0.31.1'
9191
api 'io.opencensus:opencensus-contrib-http-util:0.31.1'
9292

plugins/repository-gcs/licenses/grpc-api-1.57.2.jar.sha1

Lines changed: 0 additions & 1 deletion
This file was deleted.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
9a9f25c58d8d5b0fcf37ae889a50fec87e34ac08

0 commit comments

Comments
 (0)