Skip to content

Commit c8bf058

Browse files
authored
deps: update grpc dependencies to v1.60.0 (#2288)
1 parent 4bc45bd commit c8bf058

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

gapic-generator-java-pom-parent/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
<!-- External dependencies, especially gRPC and Protobuf version, should be
2727
consistent across modules in this repository -->
2828
<javax.annotation-api.version>1.3.2</javax.annotation-api.version>
29-
<grpc.version>1.59.1</grpc.version>
29+
<grpc.version>1.60.0</grpc.version>
3030
<google.auth.version>1.20.0</google.auth.version>
3131
<google.http-client.version>1.43.3</google.http-client.version>
3232
<gson.version>2.10.1</gson.version>

gax-java/dependencies.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ version.gax_httpjson=2.38.1-SNAPSHOT
2828

2929
version.com_google_protobuf=3.25.1
3030
version.google_java_format=1.15.0
31-
version.io_grpc=1.59.1
31+
version.io_grpc=1.60.0
3232

3333
# Maven artifacts.
3434
# Note, the actual name of each property matters (bazel build scripts depend on it).

0 commit comments

Comments
 (0)