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 80d1f681470bb42141592d6ed427e759bb772ca8 Author: Aleks Lozovyuk <[email protected]> AuthorDate: Wed Feb 28 11:31:23 2024 +0300 Bump rocksdb to 8.11.3 --- cmake/rocksdb.cmake | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cmake/rocksdb.cmake b/cmake/rocksdb.cmake index d7c71532..ca9bed62 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.2 - MD5=2155ffb638bfcf42b31818b00d9a3005 + facebook/rocksdb v8.11.3 + MD5=6b1faf94b3880913725ddb09ab60d7a6 ) FetchContent_GetProperties(jemalloc)
