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 a87f44e89 chore(deps): bump rocksdb to v10.2.1 (#2912)
a87f44e89 is described below
commit a87f44e89764e0e907bcd610e9e3b0fa06143304
Author: Aleks Lozovyuk <[email protected]>
AuthorDate: Thu May 8 07:32:03 2025 +0300
chore(deps): bump rocksdb to v10.2.1 (#2912)
Co-authored-by: hulk <[email protected]>
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 ca401ce25..3db5e460d 100644
--- a/cmake/rocksdb.cmake
+++ b/cmake/rocksdb.cmake
@@ -26,8 +26,8 @@ endif()
include(cmake/utils.cmake)
FetchContent_DeclareGitHubWithMirror(rocksdb
- facebook/rocksdb v10.0.1
- MD5=5e78dd76f6c7411eb871f94390ec748f
+ facebook/rocksdb v10.2.1
+ MD5=6dc9686856ec407cd98d78be06d53fa7
)
FetchContent_GetProperties(jemalloc)