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

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

commit a5062b9aaaa9bc6e6b230cb99d33c832415ad91c
Author: Aleks Lozovyuk <[email protected]>
AuthorDate: Tue Jul 16 09:53:26 2024 +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 9a916114..40242969 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.14.0
-  MD5=b4911e882c51cba34bebfb5df500a650
+  google/googletest v1.15.0
+  MD5=94dafd2b785621e2eeffde85ac9198b7
 )
 
 FetchContent_MakeAvailableWithArgs(gtest

Reply via email to