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 7202afc2529f624672a3cdd9ee7bc22f881d5922 Author: Aleks Lozovyuk <[email protected]> AuthorDate: Wed Oct 22 21:45:16 2025 +0300 Update RocksDB version to v10.6.2 --- cmake/rocksdb.cmake | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cmake/rocksdb.cmake b/cmake/rocksdb.cmake index 3ea89274c..d7840cfd7 100644 --- a/cmake/rocksdb.cmake +++ b/cmake/rocksdb.cmake @@ -26,8 +26,8 @@ endif() include(cmake/utils.cmake) FetchContent_DeclareGitHubWithMirror(rocksdb - facebook/rocksdb v10.4.2 - MD5=2581c62b42cbb1c2d158bb2c54355b6e + facebook/rocksdb v10.6.2 + MD5=1bb30a11b786336a96cd56741f0d9403 ) FetchContent_GetProperties(jemalloc)
