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

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

commit d9b4cdb50d1a076e49e179694826533856def95d
Author: Aleks Lozovyuk <[email protected]>
AuthorDate: Tue Jan 6 12:00:22 2026 +0300

    Update RocksDB version to v10.9.1
---
 cmake/rocksdb.cmake | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/cmake/rocksdb.cmake b/cmake/rocksdb.cmake
index d7840cfd7..1791b607c 100644
--- a/cmake/rocksdb.cmake
+++ b/cmake/rocksdb.cmake
@@ -26,8 +26,8 @@ endif()
 include(cmake/utils.cmake)
 
 FetchContent_DeclareGitHubWithMirror(rocksdb
-  facebook/rocksdb v10.6.2
-  MD5=1bb30a11b786336a96cd56741f0d9403
+  facebook/rocksdb v10.9.1
+  MD5=06a521bf5749f73d0da29844f9ae6fca
 )
 
 FetchContent_GetProperties(jemalloc)

Reply via email to