Updated absl repo info.

PiperOrigin-RevId: 667681422
Change-Id: Iac65f7dae007a27ac4fb98b23fec4dc3f226d6c9
diff --git a/repos.bzl b/repos.bzl
index 01a0c20..d21fb0a 100644
--- a/repos.bzl
+++ b/repos.bzl
@@ -23,9 +23,9 @@
     if not native.existing_rule("com_google_absl"):
         http_archive(
             name = "com_google_absl",
-            sha256 = "3c743204df78366ad2eaf236d6631d83f6bc928d1705dd0000b872e53b73dc6a",
-            strip_prefix = "abseil-cpp-20240116.1",
-            urls = ["https://github.com/abseil/abseil-cpp/archive/refs/tags/20240116.1.tar.gz"],
+            sha256 = "f50e5ac311a81382da7fa75b97310e4b9006474f9560ac46f54a9967f07d4ae3",
+            strip_prefix = "abseil-cpp-20240722.0",
+            url = "https://github.com/abseil/abseil-cpp/archive/refs/tags/20240722.0.tar.gz",
         )
 
     # Google protobuf.