This is an automated email from the ASF dual-hosted git repository.
twice 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 cb1852e7 chore: bump googletest to 1.16.0 (#2776)
cb1852e7 is described below
commit cb1852e79265273a0fffe9ebfab9b23776bae8d5
Author: Aleks Lozovyuk <[email protected]>
AuthorDate: Sat Feb 8 02:49:54 2025 +0200
chore: bump googletest to 1.16.0 (#2776)
---
cmake/gtest.cmake | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/cmake/gtest.cmake b/cmake/gtest.cmake
index f72747e0..a0d20b63 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.15.2
- MD5=eb1c5c237d13ed12bf492d3997ca6b0d
+ google/googletest v1.16.0
+ MD5=92a5fd39c0952595b0ceea41805dd79d
)
FetchContent_MakeAvailableWithArgs(gtest