Skip to content

Commit c144337

Browse files
authored
chore(deps): update dependency google/re2 to v2025-07-22 (#15300)
1 parent 9b48103 commit c144337

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

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

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

109109
# ```bash
110110
WORKDIR /var/tmp/build/re2
111-
RUN curl -fsSL https://github.com/google/re2/archive/2025-07-17.tar.gz | \
111+
RUN curl -fsSL https://github.com/google/re2/archive/2025-07-22.tar.gz | \
112112
tar -xzf - --strip-components=1 && \
113113
cmake -DCMAKE_BUILD_TYPE=Release \
114114
-DBUILD_SHARED_LIBS=ON \

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

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

109109
# ```bash
110110
WORKDIR /var/tmp/build/re2
111-
RUN curl -fsSL https://github.com/google/re2/archive/2025-07-17.tar.gz | \
111+
RUN curl -fsSL https://github.com/google/re2/archive/2025-07-22.tar.gz | \
112112
tar -xzf - --strip-components=1 && \
113113
cmake -DCMAKE_BUILD_TYPE=Release \
114114
-DBUILD_SHARED_LIBS=ON \

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

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

7878
# ```bash
7979
WORKDIR /var/tmp/build/re2
80-
RUN curl -fsSL https://github.com/google/re2/archive/2025-07-17.tar.gz | \
80+
RUN curl -fsSL https://github.com/google/re2/archive/2025-07-22.tar.gz | \
8181
tar -xzf - --strip-components=1 && \
8282
cmake -DCMAKE_BUILD_TYPE=Release \
8383
-DBUILD_SHARED_LIBS=ON \

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ RUN curl -fsSL https://github.com/c-ares/c-ares/archive/refs/tags/cares-1_17_1.t
145145
cd /var/tmp && rm -fr build
146146

147147
WORKDIR /var/tmp/build/re2
148-
RUN curl -fsSL https://github.com/google/re2/archive/2025-07-17.tar.gz | \
148+
RUN curl -fsSL https://github.com/google/re2/archive/2025-07-22.tar.gz | \
149149
tar -xzf - --strip-components=1 && \
150150
cmake -DCMAKE_BUILD_TYPE=Release \
151151
-DBUILD_SHARED_LIBS=ON \

doc/packaging.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -771,7 +771,7 @@ planning to use pkg-config.
771771

772772
```bash
773773
mkdir -p $HOME/Downloads/re2 && cd $HOME/Downloads/re2
774-
curl -fsSL https://github.com/google/re2/archive/2025-07-17.tar.gz | \
774+
curl -fsSL https://github.com/google/re2/archive/2025-07-22.tar.gz | \
775775
tar -xzf - --strip-components=1 && \
776776
cmake -DCMAKE_BUILD_TYPE=Release \
777777
-DBUILD_SHARED_LIBS=ON \
@@ -1098,7 +1098,7 @@ planning to use pkg-config.
10981098

10991099
```bash
11001100
mkdir -p $HOME/Downloads/re2 && cd $HOME/Downloads/re2
1101-
curl -fsSL https://github.com/google/re2/archive/2025-07-17.tar.gz | \
1101+
curl -fsSL https://github.com/google/re2/archive/2025-07-22.tar.gz | \
11021102
tar -xzf - --strip-components=1 && \
11031103
cmake -DCMAKE_BUILD_TYPE=Release \
11041104
-DBUILD_SHARED_LIBS=ON \
@@ -1273,7 +1273,7 @@ planning to use pkg-config.
12731273

12741274
```bash
12751275
mkdir -p $HOME/Downloads/re2 && cd $HOME/Downloads/re2
1276-
curl -fsSL https://github.com/google/re2/archive/2025-07-17.tar.gz | \
1276+
curl -fsSL https://github.com/google/re2/archive/2025-07-22.tar.gz | \
12771277
tar -xzf - --strip-components=1 && \
12781278
cmake -DCMAKE_BUILD_TYPE=Release \
12791279
-DBUILD_SHARED_LIBS=ON \

0 commit comments

Comments
 (0)