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

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

commit 581d40babe0a669b8460a47f3e9c3897eb89a067
Author: Aleks Lozovyuk <[email protected]>
AuthorDate: Tue Aug 11 17:17:38 2026 +0300

    Update GoogleTest to version 1.18.0
---
 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

Reply via email to