Skip to content

Commit a2e77c9

Browse files
committed
chore(deps): update protobuf to v31
1 parent 83d3a8c commit a2e77c9

12 files changed

+17
-17
lines changed

bazel/workspace0.bzl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -146,10 +146,10 @@ def gl_cpp_workspace0(name = None):
146146
http_archive,
147147
name = "com_google_protobuf",
148148
urls = [
149-
"https://github.com/protocolbuffers/protobuf/archive/v29.3.tar.gz",
149+
"https://github.com/protocolbuffers/protobuf/archive/v31.0.tar.gz",
150150
],
151-
sha256 = "008a11cc56f9b96679b4c285fd05f46d317d685be3ab524b2a310be0fbad987e",
152-
strip_prefix = "protobuf-29.3",
151+
sha256 = "2b695cb1eaef8e173f884235ee6d55f57186e95d89ebb31361ee55cb5fd1b996",
152+
strip_prefix = "protobuf-31.0",
153153
)
154154

155155
# Load BoringSSL. This could be automatically loaded by gRPC. But as of

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ RUN apt-get update && \
9696

9797
# ```bash
9898
WORKDIR /var/tmp/build/protobuf
99-
RUN curl -fsSL https://github.com/protocolbuffers/protobuf/archive/v29.3.tar.gz | \
99+
RUN curl -fsSL https://github.com/protocolbuffers/protobuf/archive/v31.0.tar.gz | \
100100
tar -xzf - --strip-components=1 && \
101101
cmake \
102102
-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
@@ -90,7 +90,7 @@ RUN curl -fsSL https://github.com/abseil/abseil-cpp/archive/20250127.0.tar.gz |
9090

9191
# ```bash
9292
WORKDIR /var/tmp/build/protobuf
93-
RUN curl -fsSL https://github.com/protocolbuffers/protobuf/archive/v29.3.tar.gz | \
93+
RUN curl -fsSL https://github.com/protocolbuffers/protobuf/archive/v31.0.tar.gz | \
9494
tar -xzf - --strip-components=1 && \
9595
cmake \
9696
-DCMAKE_BUILD_TYPE=Release \

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ RUN curl -fsSL https://github.com/abseil/abseil-cpp/archive/20250127.0.tar.gz |
5656

5757
# ```bash
5858
WORKDIR /var/tmp/build/protobuf
59-
RUN curl -fsSL https://github.com/protocolbuffers/protobuf/archive/v29.3.tar.gz | \
59+
RUN curl -fsSL https://github.com/protocolbuffers/protobuf/archive/v31.0.tar.gz | \
6060
tar -xzf - --strip-components=1 && \
6161
cmake \
6262
-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
@@ -56,7 +56,7 @@ RUN curl -fsSL https://github.com/abseil/abseil-cpp/archive/20250127.0.tar.gz |
5656

5757
# ```bash
5858
WORKDIR /var/tmp/build/protobuf
59-
RUN curl -fsSL https://github.com/protocolbuffers/protobuf/archive/v29.3.tar.gz | \
59+
RUN curl -fsSL https://github.com/protocolbuffers/protobuf/archive/v31.0.tar.gz | \
6060
tar -xzf - --strip-components=1 && \
6161
cmake \
6262
-DCMAKE_BUILD_TYPE=Release \

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ RUN curl -fsSL https://github.com/nlohmann/json/archive/v3.11.3.tar.gz | \
125125
ldconfig && cd /var/tmp && rm -fr build
126126

127127
WORKDIR /var/tmp/build/protobuf
128-
RUN curl -fsSL https://github.com/protocolbuffers/protobuf/archive/v29.3.tar.gz | \
128+
RUN curl -fsSL https://github.com/protocolbuffers/protobuf/archive/v31.0.tar.gz | \
129129
tar -xzf - --strip-components=1 && \
130130
cmake \
131131
-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
@@ -131,7 +131,7 @@ RUN curl -fsSL https://github.com/nlohmann/json/archive/v3.11.3.tar.gz | \
131131
ldconfig && cd /var/tmp && rm -fr build
132132

133133
WORKDIR /var/tmp/build/protobuf
134-
RUN curl -fsSL https://github.com/protocolbuffers/protobuf/archive/v29.3.tar.gz | \
134+
RUN curl -fsSL https://github.com/protocolbuffers/protobuf/archive/v31.0.tar.gz | \
135135
tar -xzf - --strip-components=1 && \
136136
cmake \
137137
-DCMAKE_BUILD_TYPE=Release \

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ RUN curl -fsSL https://github.com/nlohmann/json/archive/v3.11.3.tar.gz | \
135135
cd /var/tmp && rm -fr build
136136

137137
WORKDIR /var/tmp/build/protobuf
138-
RUN curl -fsSL https://github.com/protocolbuffers/protobuf/archive/v29.3.tar.gz | \
138+
RUN curl -fsSL https://github.com/protocolbuffers/protobuf/archive/v31.0.tar.gz | \
139139
tar -xzf - --strip-components=1 && \
140140
cmake \
141141
-DCMAKE_CXX_STANDARD=14 \

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ RUN curl -fsSL https://github.com/nlohmann/json/archive/v3.11.3.tar.gz | \
137137
cd /var/tmp && rm -fr build
138138

139139
WORKDIR /var/tmp/build/protobuf
140-
RUN curl -fsSL https://github.com/protocolbuffers/protobuf/archive/v29.3.tar.gz | \
140+
RUN curl -fsSL https://github.com/protocolbuffers/protobuf/archive/v31.0.tar.gz | \
141141
tar -xzf - --strip-components=1 && \
142142
cmake \
143143
-DCMAKE_CXX_STANDARD=20 \

ci/cloudbuild/dockerfiles/gcc-oldest.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ RUN curl -fsSL https://github.com/google/benchmark/archive/v1.9.1.tar.gz | \
5555
ldconfig && cd /var/tmp && rm -fr build
5656

5757
WORKDIR /var/tmp/build/protobuf
58-
RUN curl -fsSL https://github.com/protocolbuffers/protobuf/archive/v29.3.tar.gz | \
58+
RUN curl -fsSL https://github.com/protocolbuffers/protobuf/archive/v31.0.tar.gz | \
5959
tar -xzf - --strip-components=1 && \
6060
cmake \
6161
-DCMAKE_BUILD_TYPE=Release \

0 commit comments

Comments
 (0)