summaryrefslogtreecommitdiff
path: root/ci/cmake_common.sh
diff options
context:
space:
mode:
authorGravatar Derek Mauro <761129+derekmauro@users.noreply.github.com>2023-01-25 11:31:08 -0500
committerGravatar GitHub <noreply@github.com>2023-01-25 11:31:08 -0500
commit78be63686ba732b25052be15f8d6dee891c05749 (patch)
tree0ccd7bfcf02bd54bfd512867632b46c4315e063a /ci/cmake_common.sh
parenta69b0ae5cdba53a45617afc408618a3e1ac244de (diff)
Apply LTS transformations for 20230125 LTS branch (#1370)20230125.rc320230125.0
Diffstat (limited to 'ci/cmake_common.sh')
-rw-r--r--ci/cmake_common.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/ci/cmake_common.sh b/ci/cmake_common.sh
index 64317425..373aaa9c 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="934542165899c786cb5d8a710529c37184730183"
+readonly ABSL_GOOGLETEST_COMMIT="b796f7d44681514f58a683a3a71ff17c94edb0c1" # v1.13.0
# 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