mirror of
https://github.com/google/googletest.git
synced 2025-11-07 13:58:38 -05:00
Bump Abseil dependency to 20250814.0
PiperOrigin-RevId: 802131359 Change-Id: I96671848148ca51c755c1b3598af32a444ac9739
This commit is contained in:
committed by
Copybara-Service
parent
eb2d85edd0
commit
7917641ff9
@@ -41,7 +41,7 @@ module(
|
|||||||
|
|
||||||
bazel_dep(
|
bazel_dep(
|
||||||
name = "abseil-cpp",
|
name = "abseil-cpp",
|
||||||
version = "20250512.0",
|
version = "20250814.0",
|
||||||
)
|
)
|
||||||
bazel_dep(
|
bazel_dep(
|
||||||
name = "platforms",
|
name = "platforms",
|
||||||
|
|||||||
@@ -17,9 +17,9 @@ def googletest_deps():
|
|||||||
if not native.existing_rule("abseil-cpp"):
|
if not native.existing_rule("abseil-cpp"):
|
||||||
http_archive(
|
http_archive(
|
||||||
name = "abseil-cpp",
|
name = "abseil-cpp",
|
||||||
sha256 = "7262daa7c1711406248c10f41026d685e88223bc92817d16fb93c19adb57f669",
|
sha256 = "9b2b72d4e8367c0b843fa2bcfa2b08debbe3cee34f7aaa27de55a6cbb3e843db",
|
||||||
strip_prefix = "abseil-cpp-20250512.0",
|
strip_prefix = "abseil-cpp-20250814.0",
|
||||||
urls = ["https://github.com/abseil/abseil-cpp/releases/download/20250512.0/abseil-cpp-20250512.0.tar.gz"],
|
urls = ["https://github.com/abseil/abseil-cpp/releases/download/20250814.0/abseil-cpp-20250814.0.tar.gz"],
|
||||||
)
|
)
|
||||||
|
|
||||||
if not native.existing_rule("fuchsia_sdk"):
|
if not native.existing_rule("fuchsia_sdk"):
|
||||||
|
|||||||
Reference in New Issue
Block a user