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 504322ca chore: bump RocksDB to v9.4.0 (#2408)
504322ca is described below

commit 504322caa037a5553bc7d07f6fc282cb8b1dd776
Author: Aleks Lozovyuk <[email protected]>
AuthorDate: Sun Jul 14 08:01:09 2024 +0300

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

diff --git a/cmake/rocksdb.cmake b/cmake/rocksdb.cmake
index c5799763..8e36c019 100644
--- a/cmake/rocksdb.cmake
+++ b/cmake/rocksdb.cmake
@@ -26,8 +26,8 @@ endif()
 include(cmake/utils.cmake)
 
 FetchContent_DeclareGitHubWithMirror(rocksdb
-  facebook/rocksdb v9.3.1
-  MD5=129235c789a963c004290d27d09ca48a
+  facebook/rocksdb v9.4.0
+  MD5=2fdc86529e2ebdea1d6ba79ef37aa2cf
 )
 
 FetchContent_GetProperties(jemalloc)

Reply via email to