summaryrefslogtreecommitdiff
path: root/grpc/third_party/abseil-cpp/ci/cmake_common.sh
diff options
context:
space:
mode:
Diffstat (limited to 'grpc/third_party/abseil-cpp/ci/cmake_common.sh')
-rw-r--r--grpc/third_party/abseil-cpp/ci/cmake_common.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/grpc/third_party/abseil-cpp/ci/cmake_common.sh b/grpc/third_party/abseil-cpp/ci/cmake_common.sh
index aec8a117..51f31069 100644
--- a/grpc/third_party/abseil-cpp/ci/cmake_common.sh
+++ b/grpc/third_party/abseil-cpp/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="8567b09290fe402cf01923e2131c5635b8ed851b"
+readonly ABSL_GOOGLETEST_COMMIT="8d51ffdfab10b3fba636ae69bc03da4b54f8c235"
# 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