This is an automated email from the ASF dual-hosted git repository.

aleksraiden pushed a commit to branch aleksraiden-patch-2
in repository https://gitbox.apache.org/repos/asf/kvrocks.git

commit 363fccabc7f5bd18f2a37b119ca376493b1ad56d
Author: Aleks Lozovyuk <[email protected]>
AuthorDate: Thu Oct 23 09:43:54 2025 +0300

    Update RocksDB version to v10.7.5
---
 cmake/rocksdb.cmake | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/cmake/rocksdb.cmake b/cmake/rocksdb.cmake
index 3ea89274c..0fadcae96 100644
--- a/cmake/rocksdb.cmake
+++ b/cmake/rocksdb.cmake
@@ -26,8 +26,8 @@ endif()
 include(cmake/utils.cmake)
 
 FetchContent_DeclareGitHubWithMirror(rocksdb
-  facebook/rocksdb v10.4.2
-  MD5=2581c62b42cbb1c2d158bb2c54355b6e
+  facebook/rocksdb v10.7.5
+  MD5=9087131ad06ce6569fc02e6180ce11f9
 )
 
 FetchContent_GetProperties(jemalloc)

Reply via email to