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

hulk 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 2b9fd532 chore: bump googletest to v1.15.0 (#2430)
2b9fd532 is described below

commit 2b9fd532bb8243a8f3ae97f20f576197ed55938a
Author: Aleks Lozovyuk <[email protected]>
AuthorDate: Tue Jul 16 11:24:26 2024 +0300

    chore: bump googletest to v1.15.0 (#2430)
---
 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