This is an automated email from the ASF dual-hosted git repository.
PragmaTwice pushed a commit to branch unstable
in repository https://gitbox.apache.org/repos/asf/kvrocks.git
The following commit(s) were added to refs/heads/unstable by this push:
new 380ebd11c chore(deps): bump google test to v1.18.0 (#3582)
380ebd11c is described below
commit 380ebd11c46cf68cb2980c2a04d592c40e3506f5
Author: Aleks Lozovyuk <[email protected]>
AuthorDate: Wed Aug 12 09:45:02 2026 +0300
chore(deps): bump google test to v1.18.0 (#3582)
Bump google test to v1.18.0 (see:
https://github.com/google/googletest/releases/tag/v1.18.0)
- GoogleTest now requires at least C++17 and follows Google's
Foundational C++ Support Policy
- Set GTEST_INTERNAL_HAS_STRING_VIEW = 1
- Many bug fixes
---
cmake/gtest.cmake | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/cmake/gtest.cmake b/cmake/gtest.cmake
index 080d83b78..b152282e5 100644
--- a/cmake/gtest.cmake
+++ b/cmake/gtest.cmake
@@ -20,8 +20,8 @@ include_guard()
include(cmake/utils.cmake)
FetchContent_DeclareGitHubWithMirror(gtest
- google/googletest v1.17.0
- MD5=3471f5011afc37b6555f6619c14169cf
+ google/googletest v1.18.0
+ MD5=00d5a33a3e001bfec12722600642a70c
)
FetchContent_MakeAvailableWithArgs(gtest