Skip to content

Commit 99d9a8b

Browse files
renovate-botscotthart
authored andcommitted
chore(deps): update grpc to v1.74.1 (#15316)
1 parent 8dad6ff commit 99d9a8b

11 files changed

+16
-16
lines changed

MODULE.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ python.toolchain(
5252
python_version = "3.11",
5353
)
5454

55-
bazel_dep(name = "grpc", version = "1.72.0")
55+
bazel_dep(name = "grpc", version = "1.74.1")
5656
bazel_dep(name = "googleapis", version = "0.0.0-20250703-f9d6fe4a")
5757
bazel_dep(name = "googleapis-cc", version = "1.0.0")
5858
bazel_dep(name = "googleapis-grpc-cc", version = "1.0.0")

bazel/workspace0.bzl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -181,13 +181,13 @@ def gl_cpp_workspace0(name = None):
181181
http_archive,
182182
name = "com_github_grpc_grpc",
183183
urls = [
184-
"https://github.com/grpc/grpc/archive/v1.71.0.tar.gz",
184+
"https://github.com/grpc/grpc/archive/v1.74.1.tar.gz",
185185
],
186186
repo_mapping = {
187187
"@com_google_absl": "@abseil-cpp",
188188
},
189-
sha256 = "0d631419e54ec5b29def798623ee3bf5520dac77abeab3284ef7027ec2363f91",
190-
strip_prefix = "grpc-1.71.0",
189+
sha256 = "7bf97c11cf3808d650a3a025bbf9c5f922c844a590826285067765dfd055d228",
190+
strip_prefix = "grpc-1.74.1",
191191
)
192192

193193
# We use the cc_proto_library() rule from @com_google_protobuf, which

ci/cloudbuild/dockerfiles/demo-debian-bullseye.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ RUN curl -fsSL https://github.com/google/re2/archive/2025-07-22.tar.gz | \
127127

128128
# ```bash
129129
WORKDIR /var/tmp/build/grpc
130-
RUN curl -fsSL https://github.com/grpc/grpc/archive/v1.71.0.tar.gz | \
130+
RUN curl -fsSL https://github.com/grpc/grpc/archive/v1.74.1.tar.gz | \
131131
tar -xzf - --strip-components=1 && \
132132
cmake \
133133
-DCMAKE_BUILD_TYPE=Release \

ci/cloudbuild/dockerfiles/demo-rockylinux-9.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ RUN curl -fsSL https://github.com/google/re2/archive/2025-07-22.tar.gz | \
130130

131131
# ```bash
132132
WORKDIR /var/tmp/build/grpc
133-
RUN curl -fsSL https://github.com/grpc/grpc/archive/v1.71.0.tar.gz | \
133+
RUN curl -fsSL https://github.com/grpc/grpc/archive/v1.74.1.tar.gz | \
134134
tar -xzf - --strip-components=1 && \
135135
cmake \
136136
-DCMAKE_CXX_STANDARD=17 \

ci/cloudbuild/dockerfiles/demo-ubuntu-focal.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ RUN curl -fsSL https://github.com/google/re2/archive/2025-07-22.tar.gz | \
9797

9898
# ```bash
9999
WORKDIR /var/tmp/build/grpc
100-
RUN curl -fsSL https://github.com/grpc/grpc/archive/v1.71.0.tar.gz | \
100+
RUN curl -fsSL https://github.com/grpc/grpc/archive/v1.74.1.tar.gz | \
101101
tar -xzf - --strip-components=1 && \
102102
cmake \
103103
-DCMAKE_BUILD_TYPE=Release \

ci/cloudbuild/dockerfiles/demo-ubuntu-jammy.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ RUN curl -fsSL https://github.com/protocolbuffers/protobuf/archive/v31.1.tar.gz
7878

7979
# ```bash
8080
WORKDIR /var/tmp/build/grpc
81-
RUN curl -fsSL https://github.com/grpc/grpc/archive/v1.71.0.tar.gz | \
81+
RUN curl -fsSL https://github.com/grpc/grpc/archive/v1.74.1.tar.gz | \
8282
tar -xzf - --strip-components=1 && \
8383
cmake \
8484
-DCMAKE_BUILD_TYPE=Release \

ci/cloudbuild/dockerfiles/fedora-latest-cmake.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ RUN curl -fsSL https://github.com/open-telemetry/opentelemetry-cpp/archive/v1.20
160160

161161
WORKDIR /var/tmp/build/grpc
162162
RUN dnf makecache && dnf install -y c-ares-devel re2-devel
163-
RUN curl -fsSL https://github.com/grpc/grpc/archive/v1.71.0.tar.gz | \
163+
RUN curl -fsSL https://github.com/grpc/grpc/archive/v1.74.1.tar.gz | \
164164
tar -xzf - --strip-components=1 && \
165165
cmake \
166166
-DCMAKE_BUILD_TYPE=Release \

ci/cloudbuild/dockerfiles/fedora-latest-cxx20.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ RUN curl -fsSL https://github.com/open-telemetry/opentelemetry-cpp/archive/v1.20
174174

175175
WORKDIR /var/tmp/build/grpc
176176
RUN dnf makecache && dnf install -y c-ares-devel re2-devel
177-
RUN curl -fsSL https://github.com/grpc/grpc/archive/v1.71.0.tar.gz | \
177+
RUN curl -fsSL https://github.com/grpc/grpc/archive/v1.74.1.tar.gz | \
178178
tar -xzf - --strip-components=1 && \
179179
cmake \
180180
-DCMAKE_CXX_STANDARD=20 \

ci/cloudbuild/dockerfiles/gcc-oldest.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ RUN curl -fsSL https://github.com/open-telemetry/opentelemetry-cpp/archive/v1.20
113113
ldconfig && cd /var/tmp && rm -fr build
114114

115115
WORKDIR /var/tmp/build/grpc
116-
RUN curl -fsSL https://github.com/grpc/grpc/archive/v1.71.0.tar.gz | \
116+
RUN curl -fsSL https://github.com/grpc/grpc/archive/v1.74.1.tar.gz | \
117117
tar -xzf - --strip-components=1 && \
118118
cmake \
119119
-DCMAKE_BUILD_TYPE=Release \

ci/cloudbuild/dockerfiles/ubuntu-20.04-install.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ RUN curl -fsSL https://github.com/open-telemetry/opentelemetry-cpp/archive/v1.20
179179
ldconfig && cd /var/tmp && rm -fr build
180180

181181
WORKDIR /var/tmp/build/grpc
182-
RUN curl -fsSL https://github.com/grpc/grpc/archive/v1.71.0.tar.gz | \
182+
RUN curl -fsSL https://github.com/grpc/grpc/archive/v1.74.1.tar.gz | \
183183
tar -xzf - --strip-components=1 && \
184184
cmake \
185185
-DCMAKE_BUILD_TYPE=Release \

0 commit comments

Comments
 (0)