From 10ff83d9b442fe287ecd9f9ae03c45d9fda01f2c Mon Sep 17 00:00:00 2001 From: Derek Mauro Date: Wed, 11 Jan 2023 08:52:58 -0800 Subject: Update Abseil dependencies PiperOrigin-RevId: 501294426 Change-Id: Ic580a2f31b4a98b1dd3eb21f3279fda4cd4a5977 --- ci/cmake_common.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ci') diff --git a/ci/cmake_common.sh b/ci/cmake_common.sh index 372038a5..64317425 100644 --- a/ci/cmake_common.sh +++ b/ci/cmake_common.sh @@ -14,7 +14,7 @@ # The commit of GoogleTest to be used in the CMake tests in this directory. # Keep this in sync with the commit in the WORKSPACE file. -readonly ABSL_GOOGLETEST_COMMIT="86add13493e5c881d7e4ba77fb91c1f57752b3a4" +readonly ABSL_GOOGLETEST_COMMIT="934542165899c786cb5d8a710529c37184730183" # Avoid depending on GitHub by looking for a cached copy of the commit first. if [[ -r "${KOKORO_GFILE_DIR:-}/distdir/${ABSL_GOOGLETEST_COMMIT}.zip" ]]; then -- cgit v1.2.3