This is an automated email from the ASF dual-hosted git repository.

aleksraiden pushed a commit to branch aleksraiden-patch-3
in repository https://gitbox.apache.org/repos/asf/kvrocks.git

commit 8695a977bfd180277cfb95c0335f49c83b1221e7
Author: Aleks Lozovyuk <[email protected]>
AuthorDate: Thu May 1 09:34:43 2025 +0300

    Update gtest.cmake
---
 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

Reply via email to