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

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

commit 7760c962b50e9ca884324194c675162a7c6895bf
Author: Aleks Lozovyuk <[email protected]>
AuthorDate: Sat Sep 7 09:26:58 2024 +0300

    Update rocksdb.cmake
---
 cmake/rocksdb.cmake | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/cmake/rocksdb.cmake b/cmake/rocksdb.cmake
index 81767dc3..f571ebe7 100644
--- a/cmake/rocksdb.cmake
+++ b/cmake/rocksdb.cmake
@@ -26,8 +26,8 @@ endif()
 include(cmake/utils.cmake)
 
 FetchContent_DeclareGitHubWithMirror(rocksdb
-  facebook/rocksdb v9.5.2
-  MD5=03489fe4e03a7216d8f52e59409f1ca8
+  facebook/rocksdb v9.6.1
+  MD5=ce31144a7e65d8f4f3f9d98986509eb1
 )
 
 FetchContent_GetProperties(jemalloc)

Reply via email to