diff options
author | Derek Mauro <761129+derekmauro@users.noreply.github.com> | 2024-08-01 14:05:11 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-08-01 14:05:11 -0400 |
commit | 4447c7562e3bc702ade25105912dce503f0c4010 (patch) | |
tree | 7d7c3f8f2c41ec3a809d9f7985116f485da48c5d /ci/cmake_common.sh | |
parent | 7e5c339b1aa790ae03cc614a8d7626d5b4831891 (diff) | |
download | abseil-4447c7562e3bc702ade25105912dce503f0c4010.tar.gz abseil-4447c7562e3bc702ade25105912dce503f0c4010.tar.bz2 abseil-4447c7562e3bc702ade25105912dce503f0c4010.zip |
Update GoogleTest dependency to 1.15.2 (#1736)
This updates to a version of GoogleTest that fixes
https://github.com/google/googletest/issues/4581
for downstream users of rules_python
Cherry-pick of d0159eab5985aa8561ccda9ee9987d6b2726fd76
Diffstat (limited to 'ci/cmake_common.sh')
-rw-r--r-- | ci/cmake_common.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ci/cmake_common.sh b/ci/cmake_common.sh index ba45ecb4..c8a5b857 100644 --- a/ci/cmake_common.sh +++ b/ci/cmake_common.sh @@ -14,6 +14,6 @@ # 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_VERSION="1.15.0" +readonly ABSL_GOOGLETEST_VERSION="1.15.2" readonly ABSL_GOOGLETEST_DOWNLOAD_URL="https://github.com/google/googletest/releases/download/v${ABSL_GOOGLETEST_VERSION}/googletest-${ABSL_GOOGLETEST_VERSION}.tar.gz" |