diff --git a/WORKSPACE b/WORKSPACE
index 1cb92ca..53d563f 100644
--- a/WORKSPACE
+++ b/WORKSPACE
@@ -56,9 +56,9 @@ http_archive(
 # abseil
 http_archive(
   name = "com_google_absl",
-  strip_prefix = "abseil-cpp-20230125.3",
-  urls = ["https://github.com/abseil/abseil-cpp/archive/refs/tags/20230125.3.zip"],
-  sha256 = "51d676b6846440210da48899e4df618a357e6e44ecde7106f1e44ea16ae8adc7",
+  strip_prefix = "abseil-cpp-20230125.4",
+  urls = ["https://github.com/abseil/abseil-cpp/archive/refs/tags/20230125.4.zip"],
+  sha256 = "35259f1d976ac29269ab762c48bf846d1b0880bead2e304372b033e999597b9a",
 )
 
 # Boost (needed for lconst. To remove afterwards)