diff --git a/pp/third_party/deps.bzl b/pp/third_party/deps.bzl index b0700c5cb..b207977f2 100644 --- a/pp/third_party/deps.bzl +++ b/pp/third_party/deps.bzl @@ -135,9 +135,9 @@ def _third_party_deps_impl(_ctx): Label("//third_party/patches/com_google_absl:0003-null_dereference_fixes.patch"), Label("//third_party/patches/com_google_absl:0004-array_bounds_fixes.patch"), ], - sha256 = "f8903111260a18d2cc4618cd5bf35a22bcc28f372ebe4f04024b49e88a2e16c1", - strip_prefix = "abseil-cpp-20240116.rc1/", - url = "https://github.com/abseil/abseil-cpp/archive/refs/tags/20240116.rc1.tar.gz", + sha256 = "e887b423da5a1ba66e71610094fd7147ff2febfedccdfbf00f2c644ac21adf83", + strip_prefix = "abseil-cpp-20240116.3/", + url = "https://github.com/abseil/abseil-cpp/archive/refs/tags/20240116.3.tar.gz", ) git_repository(