Skip to content

Commit ee68ed1

Browse files
acozzettecopybara-github
authored andcommitted
Upgrade Abseil dependency to 20250512.1
PiperOrigin-RevId: 773854775
1 parent c6250c0 commit ee68ed1

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.github/workflows/test_cpp.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ jobs:
184184
if: ${{ !matrix.continuous-only || inputs.continuous-run }}
185185
uses: protocolbuffers/protobuf-ci/docker@v4
186186
with:
187-
image: us-docker.pkg.dev/protobuf-build/containers/test/linux/cmake:3.16.9-d9624f2aa83cba3eaf906f751d75b36aacb9aa82
187+
image: us-docker.pkg.dev/protobuf-build/containers/test/linux/cmake:3.16.9-e0df73e51131ccaf53451355d22577f377357604
188188
credentials: ${{ secrets.GAR_SERVICE_ACCOUNT }}
189189
command: >-
190190
/test.sh ${{ matrix.flags}} ${{ env.SCCACHE_CMAKE_FLAGS }}
@@ -227,7 +227,7 @@ jobs:
227227
uses: protocolbuffers/protobuf-ci/docker@v4
228228
if: ${{ !matrix.continuous-only || inputs.continuous-run }}
229229
with:
230-
image: us-docker.pkg.dev/protobuf-build/containers/test/linux/cmake:3.16.9-d9624f2aa83cba3eaf906f751d75b36aacb9aa82
230+
image: us-docker.pkg.dev/protobuf-build/containers/test/linux/cmake:3.16.9-e0df73e51131ccaf53451355d22577f377357604
231231
credentials: ${{ secrets.GAR_SERVICE_ACCOUNT }}
232232
command: >-
233233
/install.sh -DCMAKE_CXX_STANDARD=17 ${{ env.SCCACHE_CMAKE_FLAGS }}
@@ -325,7 +325,7 @@ jobs:
325325
if: ${{ inputs.continuous-run }}
326326
uses: protocolbuffers/protobuf-ci/docker@v4
327327
with:
328-
image: us-docker.pkg.dev/protobuf-build/containers/test/linux/cmake:3.16.9-d9624f2aa83cba3eaf906f751d75b36aacb9aa82
328+
image: us-docker.pkg.dev/protobuf-build/containers/test/linux/cmake:3.16.9-e0df73e51131ccaf53451355d22577f377357604
329329
credentials: ${{ secrets.GAR_SERVICE_ACCOUNT }}
330330
command: >-
331331
/install.sh -DCMAKE_CXX_STANDARD=17 ${{ env.SCCACHE_CMAKE_FLAGS }}

MODULE.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ single_version_override(
2828
# LINT.IfChange
2929
#endif // PROTO2_OPENSOURCE
3030
# protoc dependencies
31-
bazel_dep(name = "abseil-cpp", version = "20250127.0")
31+
bazel_dep(name = "abseil-cpp", version = "20250512.1")
3232
bazel_dep(name = "rules_cc", version = "0.0.17")
3333
bazel_dep(name = "zlib", version = "1.3.1.bcr.5")
3434
#ifndef PROTO2_OPENSOURCE

protobuf_deps.bzl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,8 +85,8 @@ def protobuf_deps():
8585
_github_archive(
8686
name = "abseil-cpp",
8787
repo = "https://github.com/abseil/abseil-cpp",
88-
commit = "9ac7062b1860d895fb5a8cbf58c3e9ef8f674b5f", # Abseil LTS 20250127
89-
sha256 = "d8ae9aa794a571ee39c77085ee69f1d4ac276212a7d99734974d95df7baa8d13",
88+
commit = "76bb24329e8bf5f39704eb10d21b9a80befa7c81", # Abseil LTS 20250512.1
89+
integrity = "sha256-jF3/tZRlrthY/Y+cEgf1ljqPmtqNOcwVh392LHtERWA=",
9090
)
9191

9292
if not native.existing_rule("zlib"):

0 commit comments

Comments
 (0)