Skip to content

Commit 4b60810

Browse files
committed
deps: update grpc dependencies to v1.66.0
1 parent 62acdd6 commit 4b60810

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.cloudbuild/library_generation/library_generation.Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ SHELL [ "/bin/bash", "-c" ]
1919

2020
ARG OWLBOT_CLI_COMMITTISH=ac84fa5c423a0069bbce3d2d869c9730c8fdf550
2121
ARG PROTOC_VERSION=25.3
22-
ARG GRPC_VERSION=1.65.1
22+
ARG GRPC_VERSION=1.66.0
2323
ENV HOME=/home
2424
ENV OS_ARCHITECTURE="linux-x86_64"
2525

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.65.1</grpc.version>
29+
<grpc.version>1.66.0</grpc.version>
3030
<google.auth.version>1.24.1</google.auth.version>
3131
<google.http-client.version>1.44.2</google.http-client.version>
3232
<gson.version>2.11.0</gson.version>

gax-java/dependencies.properties

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

2929
version.com_google_protobuf=3.25.3
3030
version.google_java_format=1.15.0
31-
version.io_grpc=1.65.1
31+
version.io_grpc=1.66.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)