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 1d772322 chore: bump rocksdb to v9.7.2 (#2600)
1d772322 is described below

commit 1d772322bac4df10b4b30831a07ae4ba5b81cfee
Author: Aleks Lozovyuk <[email protected]>
AuthorDate: Thu Oct 17 19:30:22 2024 +0300

    chore: bump rocksdb to v9.7.2 (#2600)
    
    Co-authored-by: hulk <[email protected]>
---
 cmake/rocksdb.cmake | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/cmake/rocksdb.cmake b/cmake/rocksdb.cmake
index f571ebe7..ffb3ca94 100644
--- a/cmake/rocksdb.cmake
+++ b/cmake/rocksdb.cmake
@@ -26,8 +26,8 @@ endif()
 include(cmake/utils.cmake)
 
 FetchContent_DeclareGitHubWithMirror(rocksdb
-  facebook/rocksdb v9.6.1
-  MD5=ce31144a7e65d8f4f3f9d98986509eb1
+  facebook/rocksdb v9.7.2
+  MD5=1d6d569285b6942cf37b5e8cbf396f65
 )
 
 FetchContent_GetProperties(jemalloc)

Reply via email to