Upgrade to Abseil LTS 20230117 (#11622)

Closes #11622

PiperOrigin-RevId: 503588252
diff --git a/cmake/abseil-cpp.cmake b/cmake/abseil-cpp.cmake
index ff32501..cb7d13b 100644
--- a/cmake/abseil-cpp.cmake
+++ b/cmake/abseil-cpp.cmake
@@ -1,7 +1,5 @@
 # Setup our dependency on Abseil.
 
-set(ABSL_PROPAGATE_CXX_STD ON)
-
 if(TARGET absl::strings)
   # If Abseil is included already, skip including it.
   # (https://github.com/protocolbuffers/protobuf/issues/10435)
@@ -68,4 +66,4 @@
     absl::utility
     absl::variant
   )
-endif ()
\ No newline at end of file
+endif ()