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 76cb42d6 chore: bump googletest to v1.15.2 (#2460)
76cb42d6 is described below

commit 76cb42d6d0c505494c65699fcbb84d3a33dbf39f
Author: Aleks Lozovyuk <[email protected]>
AuthorDate: Tue Aug 6 15:32:30 2024 +0300

    chore: bump googletest to v1.15.2 (#2460)
---
 cmake/gtest.cmake | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/cmake/gtest.cmake b/cmake/gtest.cmake
index 40242969..f72747e0 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.15.0
-  MD5=94dafd2b785621e2eeffde85ac9198b7
+  google/googletest v1.15.2
+  MD5=eb1c5c237d13ed12bf492d3997ca6b0d
 )
 
 FetchContent_MakeAvailableWithArgs(gtest

Reply via email to