Skip to content

Commit

Permalink
Upgrade io.grpc to 1.58.0 (#2944)
Browse files Browse the repository at this point in the history
  • Loading branch information
chris-ryan-square authored Sep 13, 2023
1 parent 583b9e0 commit 70da4ad
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions buildSrc/src/main/kotlin/Dependencies.kt
Original file line number Diff line number Diff line change
Expand Up @@ -48,12 +48,12 @@ object Dependencies {
val googleCloudCoreHttp = "com.google.cloud:google-cloud-core-http:1.95.4"
val googleHttpClient = "com.google.http-client:google-http-client:1.40.0"
val googleHttpClientJackson = "com.google.http-client:google-http-client-jackson2:1.39.2"
val grpcApi = "io.grpc:grpc-api:1.55.1"
val grpcBom = "io.grpc:grpc-bom:1.55.1"
val grpcGenJava = "io.grpc:protoc-gen-grpc-java:1.55.1"
val grpcNetty = "io.grpc:grpc-netty:1.55.1"
val grpcProtobuf = "io.grpc:grpc-protobuf:1.55.1"
val grpcStub = "io.grpc:grpc-stub:1.55.1"
val grpcApi = "io.grpc:grpc-api:1.58.0"
val grpcBom = "io.grpc:grpc-bom:1.58.0"
val grpcGenJava = "io.grpc:protoc-gen-grpc-java:1.58.0"
val grpcNetty = "io.grpc:grpc-netty:1.58.0"
val grpcProtobuf = "io.grpc:grpc-protobuf:1.58.0"
val grpcStub = "io.grpc:grpc-stub:1.58.0"
val guava = "com.google.guava:guava"
val guavaBom = "com.google.guava:guava-bom:32.1.1-jre"
val guavaTestLib = "com.google.guava:guava-testlib"
Expand Down

0 comments on commit 70da4ad

Please sign in to comment.