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 38e3c1ff0 chore(deps): Bump rocksdb to v10.10.1 (#3360)
38e3c1ff0 is described below

commit 38e3c1ff0763190fa606d0dbf05d6c86e216442e
Author: Aleks Lozovyuk <[email protected]>
AuthorDate: Tue Feb 3 08:57:48 2026 +0200

    chore(deps): Bump rocksdb to v10.10.1 (#3360)
    
    Bump rocksdb to v10.10.1 (see changelog:
    https://github.com/facebook/rocksdb/releases/tag/v10.10.1)
    
    A bugfix-only release
---
 cmake/rocksdb.cmake | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/cmake/rocksdb.cmake b/cmake/rocksdb.cmake
index 1791b607c..a976c07f0 100644
--- a/cmake/rocksdb.cmake
+++ b/cmake/rocksdb.cmake
@@ -26,8 +26,8 @@ endif()
 include(cmake/utils.cmake)
 
 FetchContent_DeclareGitHubWithMirror(rocksdb
-  facebook/rocksdb v10.9.1
-  MD5=06a521bf5749f73d0da29844f9ae6fca
+  facebook/rocksdb v10.10.1
+  MD5=dcef50080a4a6c0c0b4b77fd04c60502
 )
 
 FetchContent_GetProperties(jemalloc)

Reply via email to