Skip to content

Commit a4ef88f

Browse files
authored
chore(deps): update dependency protocolbuffers/protobuf to v29.3 (#93)
1 parent 57a76bb commit a4ef88f

9 files changed

+12
-12
lines changed

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.0.tar.gz | \
99+
RUN curl -fsSL https://github.com/protocolbuffers/protobuf/archive/v29.3.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/20240722.1.tar.gz |
9090

9191
# ```bash
9292
WORKDIR /var/tmp/build/protobuf
93-
RUN curl -fsSL https://github.com/protocolbuffers/protobuf/archive/v29.0.tar.gz | \
93+
RUN curl -fsSL https://github.com/protocolbuffers/protobuf/archive/v29.3.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/20240722.1.tar.gz |
5656

5757
# ```bash
5858
WORKDIR /var/tmp/build/protobuf
59-
RUN curl -fsSL https://github.com/protocolbuffers/protobuf/archive/v29.0.tar.gz | \
59+
RUN curl -fsSL https://github.com/protocolbuffers/protobuf/archive/v29.3.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/20240722.1.tar.gz |
5656

5757
# ```bash
5858
WORKDIR /var/tmp/build/protobuf
59-
RUN curl -fsSL https://github.com/protocolbuffers/protobuf/archive/v29.0.tar.gz | \
59+
RUN curl -fsSL https://github.com/protocolbuffers/protobuf/archive/v29.3.tar.gz | \
6060
tar -xzf - --strip-components=1 && \
6161
cmake \
6262
-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.0.tar.gz | \
138+
RUN curl -fsSL https://github.com/protocolbuffers/protobuf/archive/v29.3.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.0.tar.gz | \
140+
RUN curl -fsSL https://github.com/protocolbuffers/protobuf/archive/v29.3.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.0.tar.gz | \
58+
RUN curl -fsSL https://github.com/protocolbuffers/protobuf/archive/v29.3.tar.gz | \
5959
tar -xzf - --strip-components=1 && \
6060
cmake \
6161
-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
@@ -121,7 +121,7 @@ RUN curl -fsSL https://github.com/nlohmann/json/archive/v3.11.3.tar.gz | \
121121
cd /var/tmp && rm -fr build
122122

123123
WORKDIR /var/tmp/build/protobuf
124-
RUN curl -fsSL https://github.com/protocolbuffers/protobuf/archive/v29.0.tar.gz | \
124+
RUN curl -fsSL https://github.com/protocolbuffers/protobuf/archive/v29.3.tar.gz | \
125125
tar -xzf - --strip-components=1 && \
126126
cmake \
127127
-DCMAKE_BUILD_TYPE=Release \

doc/packaging.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -667,7 +667,7 @@ Google Cloud Platform proto files:
667667

668668
```bash
669669
mkdir -p $HOME/Downloads/protobuf && cd $HOME/Downloads/protobuf
670-
curl -fsSL https://github.com/protocolbuffers/protobuf/archive/v29.0.tar.gz | \
670+
curl -fsSL https://github.com/protocolbuffers/protobuf/archive/v29.3.tar.gz | \
671671
tar -xzf - --strip-components=1 && \
672672
cmake \
673673
-DCMAKE_BUILD_TYPE=Release \
@@ -861,7 +861,7 @@ Google Cloud Platform proto files:
861861

862862
```bash
863863
mkdir -p $HOME/Downloads/protobuf && cd $HOME/Downloads/protobuf
864-
curl -fsSL https://github.com/protocolbuffers/protobuf/archive/v29.0.tar.gz | \
864+
curl -fsSL https://github.com/protocolbuffers/protobuf/archive/v29.3.tar.gz | \
865865
tar -xzf - --strip-components=1 && \
866866
cmake \
867867
-DCMAKE_BUILD_TYPE=Release \
@@ -1254,7 +1254,7 @@ Google Cloud. We need to build from source:
12541254

12551255
```bash
12561256
mkdir -p $HOME/Downloads/protobuf && cd $HOME/Downloads/protobuf
1257-
curl -fsSL https://github.com/protocolbuffers/protobuf/archive/v29.0.tar.gz | \
1257+
curl -fsSL https://github.com/protocolbuffers/protobuf/archive/v29.3.tar.gz | \
12581258
tar -xzf - --strip-components=1 && \
12591259
cmake \
12601260
-DCMAKE_BUILD_TYPE=Release \
@@ -1465,7 +1465,7 @@ install Protobuf (and any downstream packages) from source.
14651465

14661466
```bash
14671467
mkdir -p $HOME/Downloads/protobuf && cd $HOME/Downloads/protobuf
1468-
curl -fsSL https://github.com/protocolbuffers/protobuf/archive/v29.0.tar.gz | \
1468+
curl -fsSL https://github.com/protocolbuffers/protobuf/archive/v29.3.tar.gz | \
14691469
tar -xzf - --strip-components=1 && \
14701470
cmake \
14711471
-DCMAKE_BUILD_TYPE=Release \

0 commit comments

Comments
 (0)