Skip to content

Commit 958611e

Browse files
authored
deps: upgrade grpc to 1.76.1 (#3993)
1 parent 5ec5040 commit 958611e

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.cloudbuild/library_generation/library_generation.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ FROM docker.io/library/python:3.13.2-slim@sha256:6b3223eb4d93718828223966ad31690
3838

3939
ARG OWLBOT_CLI_COMMITTISH=3a68a9c0de318784b3aefadcc502a6521b3f1bc5
4040
ARG PROTOC_VERSION=25.8
41-
ARG GRPC_VERSION=1.76.0
41+
ARG GRPC_VERSION=1.76.1
4242
ENV HOME=/home
4343
ENV OS_ARCHITECTURE="linux-x86_64"
4444

.cloudbuild/library_generation/library_generation_airlock.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ FROM us-docker.pkg.dev/artifact-foundry-prod/docker-3p-trusted/python@sha256:afc
3939

4040
ARG OWLBOT_CLI_COMMITTISH=3a68a9c0de318784b3aefadcc502a6521b3f1bc5
4141
ARG PROTOC_VERSION=25.8
42-
ARG GRPC_VERSION=1.76.0
42+
ARG GRPC_VERSION=1.76.1
4343
ENV HOME=/home
4444
ENV OS_ARCHITECTURE="linux-x86_64"
4545

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
<!-- External dependencies, especially gRPC and Protobuf version, should be
2828
consistent across modules in this repository -->
2929
<javax.annotation-api.version>1.3.2</javax.annotation-api.version>
30-
<grpc.version>1.76.0</grpc.version>
30+
<grpc.version>1.76.1</grpc.version>
3131
<google.auth.version>1.40.0</google.auth.version>
3232
<google.http-client.version>2.0.2</google.http-client.version>
3333
<gson.version>2.12.1</gson.version>

gax-java/dependencies.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ version.gax_httpjson=2.72.2-SNAPSHOT
2828

2929
version.com_google_protobuf=3.25.8
3030
version.google_java_format=1.15.0
31-
version.io_grpc=1.76.0
31+
version.io_grpc=1.76.1
3232

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

0 commit comments

Comments
 (0)