Skip to content

Commit 7da00a0

Browse files
authored
chore(deps): upgrade protobuf to v21.6 (#9856)
1 parent 90298b8 commit 7da00a0

16 files changed

+26
-26
lines changed

bazel/google_cloud_cpp_deps.bzl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -104,11 +104,11 @@ def google_cloud_cpp_deps():
104104
if "com_google_protobuf" not in native.existing_rules():
105105
http_archive(
106106
name = "com_google_protobuf",
107-
strip_prefix = "protobuf-21.5",
107+
strip_prefix = "protobuf-21.6",
108108
urls = [
109-
"https://github.com/protocolbuffers/protobuf/archive/v21.5.tar.gz",
109+
"https://github.com/protocolbuffers/protobuf/archive/v21.6.tar.gz",
110110
],
111-
sha256 = "4a7e87e4166c358c63342dddcde6312faee06ea9d5bb4e2fa87d3478076f6639",
111+
sha256 = "dbb16fdbca8f277c9a194d9a837395cde408ca136738d94743130dd0de015efd",
112112
)
113113

114114
# Load BoringSSL, this is used by gRPC, but as I write this (2021-06-03, circa gRPC-1.37.1), the version used by

ci/cloudbuild/dockerfiles/centos-7.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ RUN curl -sSL https://github.com/abseil/abseil-cpp/archive/20220623.1.tar.gz | \
7676
ldconfig && cd /var/tmp && rm -fr build
7777

7878
WORKDIR /var/tmp/build/protobuf
79-
RUN curl -sSL https://github.com/protocolbuffers/protobuf/archive/v21.5.tar.gz | \
79+
RUN curl -sSL https://github.com/protocolbuffers/protobuf/archive/v21.6.tar.gz | \
8080
tar -xzf - --strip-components=1 && \
8181
cmake \
8282
-DCMAKE_BUILD_TYPE=Release \

ci/cloudbuild/dockerfiles/demo-centos-7.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ RUN curl -sSL https://github.com/abseil/abseil-cpp/archive/20220623.1.tar.gz | \
116116

117117
# ```bash
118118
WORKDIR /var/tmp/build/protobuf
119-
RUN curl -sSL https://github.com/protocolbuffers/protobuf/archive/v21.5.tar.gz | \
119+
RUN curl -sSL https://github.com/protocolbuffers/protobuf/archive/v21.6.tar.gz | \
120120
tar -xzf - --strip-components=1 && \
121121
cmake \
122122
-DCMAKE_BUILD_TYPE=Release \

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 -sSL https://github.com/protocolbuffers/protobuf/archive/v21.5.tar.gz | \
99+
RUN curl -sSL https://github.com/protocolbuffers/protobuf/archive/v21.6.tar.gz | \
100100
tar -xzf - --strip-components=1 && \
101101
cmake \
102102
-DCMAKE_BUILD_TYPE=Release \

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ RUN curl -sSL https://github.com/nlohmann/json/archive/v3.11.2.tar.gz | \
107107

108108
# ```bash
109109
WORKDIR /var/tmp/build/protobuf
110-
RUN curl -sSL https://github.com/protocolbuffers/protobuf/archive/v21.5.tar.gz | \
110+
RUN curl -sSL https://github.com/protocolbuffers/protobuf/archive/v21.6.tar.gz | \
111111
tar -xzf - --strip-components=1 && \
112112
cmake \
113113
-DCMAKE_BUILD_TYPE=Release \

ci/cloudbuild/dockerfiles/demo-fedora.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ RUN curl -sSL https://github.com/nlohmann/json/archive/v3.11.2.tar.gz | \
138138

139139
# ```bash
140140
WORKDIR /var/tmp/build/protobuf
141-
RUN curl -sSL https://github.com/protocolbuffers/protobuf/archive/v21.5.tar.gz | \
141+
RUN curl -sSL https://github.com/protocolbuffers/protobuf/archive/v21.6.tar.gz | \
142142
tar -xzf - --strip-components=1 && \
143143
cmake \
144144
-DCMAKE_BUILD_TYPE=Release \

ci/cloudbuild/dockerfiles/demo-opensuse-leap.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ RUN curl -sSL https://github.com/abseil/abseil-cpp/archive/20220623.1.tar.gz | \
7676

7777
# ```bash
7878
WORKDIR /var/tmp/build/protobuf
79-
RUN curl -sSL https://github.com/protocolbuffers/protobuf/archive/v21.5.tar.gz | \
79+
RUN curl -sSL https://github.com/protocolbuffers/protobuf/archive/v21.6.tar.gz | \
8080
tar -xzf - --strip-components=1 && \
8181
cmake \
8282
-DCMAKE_BUILD_TYPE=Release \

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ RUN curl -sSL https://github.com/abseil/abseil-cpp/archive/20220623.1.tar.gz | \
9393

9494
# ```bash
9595
WORKDIR /var/tmp/build/protobuf
96-
RUN curl -sSL https://github.com/protocolbuffers/protobuf/archive/v21.5.tar.gz | \
96+
RUN curl -sSL https://github.com/protocolbuffers/protobuf/archive/v21.6.tar.gz | \
9797
tar -xzf - --strip-components=1 && \
9898
cmake \
9999
-DCMAKE_BUILD_TYPE=Release \

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ RUN curl -sSL https://github.com/abseil/abseil-cpp/archive/20220623.1.tar.gz | \
6363

6464
# ```bash
6565
WORKDIR /var/tmp/build/protobuf
66-
RUN curl -sSL https://github.com/protocolbuffers/protobuf/archive/v21.5.tar.gz | \
66+
RUN curl -sSL https://github.com/protocolbuffers/protobuf/archive/v21.6.tar.gz | \
6767
tar -xzf - --strip-components=1 && \
6868
cmake \
6969
-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
@@ -64,7 +64,7 @@ RUN curl -sSL https://github.com/abseil/abseil-cpp/archive/20220623.1.tar.gz | \
6464

6565
# ```bash
6666
WORKDIR /var/tmp/build/protobuf
67-
RUN curl -sSL https://github.com/protocolbuffers/protobuf/archive/v21.5.tar.gz | \
67+
RUN curl -sSL https://github.com/protocolbuffers/protobuf/archive/v21.6.tar.gz | \
6868
tar -xzf - --strip-components=1 && \
6969
cmake \
7070
-DCMAKE_BUILD_TYPE=Release \

0 commit comments

Comments
 (0)