This is an automated email from the ASF dual-hosted git repository. aleksraiden pushed a commit to branch aleksraiden-patch-1 in repository https://gitbox.apache.org/repos/asf/kvrocks.git
commit 5a2704f2262e23f7fc1ccd48a0b3268863e798dd Author: Aleks Lozovyuk <[email protected]> AuthorDate: Wed Apr 8 13:07:58 2026 +0300 Update RocksDB version to v11.0.4 --- cmake/rocksdb.cmake | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cmake/rocksdb.cmake b/cmake/rocksdb.cmake index a976c07f0..fdc88616b 100644 --- a/cmake/rocksdb.cmake +++ b/cmake/rocksdb.cmake @@ -26,8 +26,8 @@ endif() include(cmake/utils.cmake) FetchContent_DeclareGitHubWithMirror(rocksdb - facebook/rocksdb v10.10.1 - MD5=dcef50080a4a6c0c0b4b77fd04c60502 + facebook/rocksdb v11.0.4 + MD5=9c793386d732c299aa554c69aeebb8ff ) FetchContent_GetProperties(jemalloc)
