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 4ab849195 chore(deps): bump Google test to v1.17.0 (#2913)
4ab849195 is described below
commit 4ab8491956bbd61ad58e6dd1eafa45a8aa0f30fa
Author: Aleks Lozovyuk <[email protected]>
AuthorDate: Tue May 6 04:57:11 2025 +0300
chore(deps): bump Google test to v1.17.0 (#2913)
Co-authored-by: hulk <[email protected]>
---
cmake/gtest.cmake | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/cmake/gtest.cmake b/cmake/gtest.cmake
index a0d20b631..080d83b78 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.16.0
- MD5=92a5fd39c0952595b0ceea41805dd79d
+ google/googletest v1.17.0
+ MD5=3471f5011afc37b6555f6619c14169cf
)
FetchContent_MakeAvailableWithArgs(gtest