This is an automated email from the ASF dual-hosted git repository. aleksraiden pushed a commit to branch aleksraiden-bump-rocksdb-8.10.2 in repository https://gitbox.apache.org/repos/asf/kvrocks.git
commit 0bf065e83ea0f22c5bc02df61d73a470f1149612 Author: Aleks Lozovyuk <[email protected]> AuthorDate: Wed Feb 21 12:26:23 2024 +0300 Bump rocksdb to 8.10.2 --- cmake/rocksdb.cmake | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cmake/rocksdb.cmake b/cmake/rocksdb.cmake index bd05eb35..d7c71532 100644 --- a/cmake/rocksdb.cmake +++ b/cmake/rocksdb.cmake @@ -26,8 +26,8 @@ endif() include(cmake/utils.cmake) FetchContent_DeclareGitHubWithMirror(rocksdb - facebook/rocksdb v8.10.0 - MD5=ed06e98fae30c29cceacbfd45a316f06 + facebook/rocksdb v8.10.2 + MD5=2155ffb638bfcf42b31818b00d9a3005 ) FetchContent_GetProperties(jemalloc)
