diff --git a/Dependencies.txt b/Dependencies.txt index 466ed9067e..5c2fe79832 100644 --- a/Dependencies.txt +++ b/Dependencies.txt @@ -1,5 +1,5 @@ ZLIB=1.3.1 -abseil-cpp=20250127.0 +abseil-cpp=20250127.1 Protobuf=v30.1 Eigen=3.4.0 Re2=2024-04-01 diff --git a/MODULE.bazel b/MODULE.bazel index 15a7ff1c1d..7f78662a17 100644 --- a/MODULE.bazel +++ b/MODULE.bazel @@ -13,7 +13,7 @@ module( ) # see https://registry.bazel.build/ -bazel_dep(name = "abseil-cpp", version = "20250127.0") +bazel_dep(name = "abseil-cpp", version = "20250127.1") bazel_dep(name = "bazel_skylib", version = "1.7.1") bazel_dep(name = "contrib_rules_jvm", version = "0.28.0") bazel_dep(name = "eigen", version = "4.0.0-20241125.bcr.1") diff --git a/cmake/dependencies/CMakeLists.txt b/cmake/dependencies/CMakeLists.txt index 7fc24b3882..2d25b70c4d 100644 --- a/cmake/dependencies/CMakeLists.txt +++ b/cmake/dependencies/CMakeLists.txt @@ -88,10 +88,10 @@ if(BUILD_absl) FetchContent_Declare( absl GIT_REPOSITORY "https://github.com/abseil/abseil-cpp.git" - GIT_TAG "20250127.0" + GIT_TAG "20250127.1" GIT_SHALLOW TRUE PATCH_COMMAND git apply --ignore-whitespace - "${CMAKE_CURRENT_LIST_DIR}/../../patches/abseil-cpp-20250127.0.patch" + "${CMAKE_CURRENT_LIST_DIR}/../../patches/abseil-cpp-20250127.1.patch" OVERRIDE_FIND_PACKAGE ) FetchContent_MakeAvailable(absl) diff --git a/cmake/host.CMakeLists.txt b/cmake/host.CMakeLists.txt index 7c9b002b20..eca83599a0 100644 --- a/cmake/host.CMakeLists.txt +++ b/cmake/host.CMakeLists.txt @@ -106,9 +106,9 @@ set(ABSL_BUILD_TESTING OFF) FetchContent_Declare( absl GIT_REPOSITORY "https://github.com/abseil/abseil-cpp.git" - GIT_TAG "20250127.0" + GIT_TAG "20250127.1" GIT_SHALLOW TRUE - PATCH_COMMAND git apply --ignore-whitespace "${CMAKE_CURRENT_LIST_DIR}/@PATCHES_PATH@/abseil-cpp-20250127.0.patch" + PATCH_COMMAND git apply --ignore-whitespace "${CMAKE_CURRENT_LIST_DIR}/@PATCHES_PATH@/abseil-cpp-20250127.1.patch" ) FetchContent_MakeAvailable(absl) list(POP_BACK CMAKE_MESSAGE_INDENT) diff --git a/patches/BUILD.bazel b/patches/BUILD.bazel index a8203d56fd..68a45272bd 100644 --- a/patches/BUILD.bazel +++ b/patches/BUILD.bazel @@ -12,7 +12,7 @@ # limitations under the License. exports_files([ - "abseil-cpp-20250127.0.patch", + "abseil-cpp-20250127.1.patch", "highs-v1.9.0.patch", "protobuf-v30.1.patch", "pybind11_abseil.patch", diff --git a/patches/abseil-cpp-20250127.0.patch b/patches/abseil-cpp-20250127.1.patch similarity index 100% rename from patches/abseil-cpp-20250127.0.patch rename to patches/abseil-cpp-20250127.1.patch diff --git a/patches/fuzztest-2025-02-14.patch b/patches/fuzztest-2025-02-14.patch index e8e384f89f..f0562655c6 100644 --- a/patches/fuzztest-2025-02-14.patch +++ b/patches/fuzztest-2025-02-14.patch @@ -20,7 +20,7 @@ index 1f4f08d..cc4d0ba 100644 set(absl_URL https://github.com/abseil/abseil-cpp.git) -set(absl_TAG 20240116.0) -+set(absl_TAG 20250127.0) ++set(absl_TAG 20250127.1) set(re2_URL https://github.com/google/re2.git) -set(re2_TAG 2024-02-01)