This is an automated email from the ASF dual-hosted git repository.
hulk 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 2f3cdf7c3 chore(deps): bump rocksdb v10.4.2 (#3050)
2f3cdf7c3 is described below
commit 2f3cdf7c364f1d78695f921aafb82832a8b6fa69
Author: Aleks Lozovyuk <[email protected]>
AuthorDate: Fri Jul 11 12:46:04 2025 +0300
chore(deps): bump rocksdb v10.4.2 (#3050)
---
cmake/rocksdb.cmake | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/cmake/rocksdb.cmake b/cmake/rocksdb.cmake
index 3db5e460d..3ea89274c 100644
--- a/cmake/rocksdb.cmake
+++ b/cmake/rocksdb.cmake
@@ -26,8 +26,8 @@ endif()
include(cmake/utils.cmake)
FetchContent_DeclareGitHubWithMirror(rocksdb
- facebook/rocksdb v10.2.1
- MD5=6dc9686856ec407cd98d78be06d53fa7
+ facebook/rocksdb v10.4.2
+ MD5=2581c62b42cbb1c2d158bb2c54355b6e
)
FetchContent_GetProperties(jemalloc)