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

twice 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 24a1354d Bump GoogleTest to v1.14.0 (#1629)
24a1354d is described below

commit 24a1354d60083ee7ff25d9ce44f18d9b98211444
Author: Aleks Lozovyuk <[email protected]>
AuthorDate: Fri Aug 4 04:11:42 2023 +0300

    Bump GoogleTest to v1.14.0 (#1629)
---
 cmake/gtest.cmake | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/cmake/gtest.cmake b/cmake/gtest.cmake
index 68ad2008..6e097750 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.13.0
-  MD5=a1279c6fb5bf7d4a5e0d0b2a4adb39ac
+  google/googletest v1.14.0
+  MD5=b4911e882c51cba34bebfb5df500a650
 )
 
 FetchContent_MakeAvailableWithArgs(gtest

Reply via email to