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 377921f255931b5f76966bff04ab5d3d7c5e8ac1 Author: Aleks Lozovyuk <[email protected]> AuthorDate: Thu Mar 6 22:53:45 2025 +0300 Update rocksdb.cmake --- cmake/rocksdb.cmake | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cmake/rocksdb.cmake b/cmake/rocksdb.cmake index f7412a59..11624870 100644 --- a/cmake/rocksdb.cmake +++ b/cmake/rocksdb.cmake @@ -26,8 +26,8 @@ endif() include(cmake/utils.cmake) FetchContent_DeclareGitHubWithMirror(rocksdb - facebook/rocksdb v9.10.0 - MD5=ccc55dbd6f89d41c5bf2cb5a4c83a714 + facebook/rocksdb v9.11.1 + MD5=d332d9b17863d518ed3d128a81fd653b ) FetchContent_GetProperties(jemalloc)
