Bump Abseil dependency to 20250814.0

PiperOrigin-RevId: 802131359
Change-Id: I96671848148ca51c755c1b3598af32a444ac9739
This commit is contained in:
Derek Mauro
2025-09-02 07:13:59 -07:00
committed by Copybara-Service
parent eb2d85edd0
commit 7917641ff9
2 changed files with 4 additions and 4 deletions

View File

@@ -41,7 +41,7 @@ module(
bazel_dep(
name = "abseil-cpp",
version = "20250512.0",
version = "20250814.0",
)
bazel_dep(
name = "platforms",

View File

@@ -17,9 +17,9 @@ def googletest_deps():
if not native.existing_rule("abseil-cpp"):
http_archive(
name = "abseil-cpp",
sha256 = "7262daa7c1711406248c10f41026d685e88223bc92817d16fb93c19adb57f669",
strip_prefix = "abseil-cpp-20250512.0",
urls = ["https://github.com/abseil/abseil-cpp/releases/download/20250512.0/abseil-cpp-20250512.0.tar.gz"],
sha256 = "9b2b72d4e8367c0b843fa2bcfa2b08debbe3cee34f7aaa27de55a6cbb3e843db",
strip_prefix = "abseil-cpp-20250814.0",
urls = ["https://github.com/abseil/abseil-cpp/releases/download/20250814.0/abseil-cpp-20250814.0.tar.gz"],
)
if not native.existing_rule("fuchsia_sdk"):