Skip to content

Commit ad26cf9

Browse files
authored
deps: update grpc to 1.70.0 (#3641)
This manual update is to sync grpc versions with google-http-java-client before cutting LTS release
1 parent b2aa643 commit ad26cf9

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
@@ -51,7 +51,7 @@ FROM docker.io/library/python:3.13.2-alpine3.20@sha256:816feb29731cdee64b15b0ae9
5151

5252
ARG OWLBOT_CLI_COMMITTISH=3a68a9c0de318784b3aefadcc502a6521b3f1bc5
5353
ARG PROTOC_VERSION=25.5
54-
ARG GRPC_VERSION=1.69.0
54+
ARG GRPC_VERSION=1.69.1
5555
ARG JAVA_FORMAT_VERSION=1.7
5656
ENV HOME=/home
5757
ENV OS_ARCHITECTURE="linux-x86_64"

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.69.0</grpc.version>
29+
<grpc.version>1.69.1</grpc.version>
3030
<google.auth.version>1.32.1</google.auth.version>
3131
<google.http-client.version>1.46.1</google.http-client.version>
3232
<gson.version>2.12.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.61.1-SNAPSHOT
2828

2929
version.com_google_protobuf=3.25.5
3030
version.google_java_format=1.15.0
31-
version.io_grpc=1.69.0
31+
version.io_grpc=1.70.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)