diff --git a/.cloudbuild/library_generation/library_generation.Dockerfile b/.cloudbuild/library_generation/library_generation.Dockerfile
index c9d1bc17a9..a58b377071 100644
--- a/.cloudbuild/library_generation/library_generation.Dockerfile
+++ b/.cloudbuild/library_generation/library_generation.Dockerfile
@@ -38,7 +38,7 @@ FROM docker.io/library/python:3.13.2-slim@sha256:6b3223eb4d93718828223966ad31690
ARG OWLBOT_CLI_COMMITTISH=3a68a9c0de318784b3aefadcc502a6521b3f1bc5
ARG PROTOC_VERSION=25.8
-ARG GRPC_VERSION=1.76.0
+ARG GRPC_VERSION=1.76.1
ENV HOME=/home
ENV OS_ARCHITECTURE="linux-x86_64"
diff --git a/.cloudbuild/library_generation/library_generation_airlock.Dockerfile b/.cloudbuild/library_generation/library_generation_airlock.Dockerfile
index fb1ba60ba2..9a80c87ee8 100644
--- a/.cloudbuild/library_generation/library_generation_airlock.Dockerfile
+++ b/.cloudbuild/library_generation/library_generation_airlock.Dockerfile
@@ -39,7 +39,7 @@ FROM us-docker.pkg.dev/artifact-foundry-prod/docker-3p-trusted/python@sha256:afc
ARG OWLBOT_CLI_COMMITTISH=3a68a9c0de318784b3aefadcc502a6521b3f1bc5
ARG PROTOC_VERSION=25.8
-ARG GRPC_VERSION=1.76.0
+ARG GRPC_VERSION=1.76.1
ENV HOME=/home
ENV OS_ARCHITECTURE="linux-x86_64"
diff --git a/gapic-generator-java-pom-parent/pom.xml b/gapic-generator-java-pom-parent/pom.xml
index 410288c029..ca393e34ed 100644
--- a/gapic-generator-java-pom-parent/pom.xml
+++ b/gapic-generator-java-pom-parent/pom.xml
@@ -27,7 +27,7 @@
1.3.2
- 1.76.0
+ 1.76.1
1.40.0
2.0.2
2.12.1
diff --git a/gax-java/dependencies.properties b/gax-java/dependencies.properties
index 47c68c28ae..83309832c3 100644
--- a/gax-java/dependencies.properties
+++ b/gax-java/dependencies.properties
@@ -28,7 +28,7 @@ version.gax_httpjson=2.72.2-SNAPSHOT
version.com_google_protobuf=3.25.8
version.google_java_format=1.15.0
-version.io_grpc=1.76.0
+version.io_grpc=1.76.1
# Maven artifacts.
# Note, the actual name of each property matters (bazel build scripts depend on it).