This is an automated email from the ASF dual-hosted git repository.
twice pushed a commit to branch unstable
in repository https://gitbox.apache.org/repos/asf/kvrocks.git
The following commit(s) were added to refs/heads/unstable by this push:
new 5edecd164 chore(deps): bump rocksdb to v10.0.1 (#2864)
5edecd164 is described below
commit 5edecd1641833fb261e59402548f0700616d8b47
Author: Aleks Lozovyuk <[email protected]>
AuthorDate: Mon Apr 14 10:39:17 2025 +0300
chore(deps): bump rocksdb to v10.0.1 (#2864)
Co-authored-by: Twice <[email protected]>
---
cmake/rocksdb.cmake | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/cmake/rocksdb.cmake b/cmake/rocksdb.cmake
index 116248703..ca401ce25 100644
--- a/cmake/rocksdb.cmake
+++ b/cmake/rocksdb.cmake
@@ -26,8 +26,8 @@ endif()
include(cmake/utils.cmake)
FetchContent_DeclareGitHubWithMirror(rocksdb
- facebook/rocksdb v9.11.1
- MD5=d332d9b17863d518ed3d128a81fd653b
+ facebook/rocksdb v10.0.1
+ MD5=5e78dd76f6c7411eb871f94390ec748f
)
FetchContent_GetProperties(jemalloc)