Skip to content

Commit d83d481

Browse files
authored
chore(deps): update grpc to v1.74.1 (googleapis#15316)
1 parent 61181f4 commit d83d481

11 files changed

Lines changed: 16 additions & 16 deletions

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/2024-07-02.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/2024-07-02.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/2024-07-02.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
@@ -159,7 +159,7 @@ RUN curl -fsSL https://github.com/open-telemetry/opentelemetry-cpp/archive/v1.20
159159

160160
WORKDIR /var/tmp/build/grpc
161161
RUN dnf makecache && dnf install -y c-ares-devel re2-devel
162-
RUN curl -fsSL https://github.com/grpc/grpc/archive/v1.71.0.tar.gz | \
162+
RUN curl -fsSL https://github.com/grpc/grpc/archive/v1.74.1.tar.gz | \
163163
tar -xzf - --strip-components=1 && \
164164
cmake \
165165
-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
@@ -173,7 +173,7 @@ RUN curl -fsSL https://github.com/open-telemetry/opentelemetry-cpp/archive/v1.20
173173

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

ci/cloudbuild/dockerfiles/gcc-oldest.Dockerfile

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

114114
WORKDIR /var/tmp/build/grpc
115-
RUN curl -fsSL https://github.com/grpc/grpc/archive/v1.71.0.tar.gz | \
115+
RUN curl -fsSL https://github.com/grpc/grpc/archive/v1.74.1.tar.gz | \
116116
tar -xzf - --strip-components=1 && \
117117
cmake \
118118
-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
@@ -178,7 +178,7 @@ RUN curl -fsSL https://github.com/open-telemetry/opentelemetry-cpp/archive/v1.20
178178
ldconfig && cd /var/tmp && rm -fr build
179179

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

0 commit comments

Comments
 (0)