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

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

commit 351f2e09b967fcdaf762454336623eb92a29d0d5
Author: Aleks Lozovyuk <[email protected]>
AuthorDate: Tue Jan 6 11:56:35 2026 +0300

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

diff --git a/cmake/rocksdb.cmake b/cmake/rocksdb.cmake
index d7840cfd7..986c6041c 100644
--- a/cmake/rocksdb.cmake
+++ b/cmake/rocksdb.cmake
@@ -26,8 +26,8 @@ endif()
 include(cmake/utils.cmake)
 
 FetchContent_DeclareGitHubWithMirror(rocksdb
-  facebook/rocksdb v10.6.2
-  MD5=1bb30a11b786336a96cd56741f0d9403
+  facebook/rocksdb v10.8.3
+  MD5=9ceb50a7a22a0db2b42646db2210f4b0
 )
 
 FetchContent_GetProperties(jemalloc)

Reply via email to