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

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

commit d4824cc80ded5bc0b94927603afae9e21bd89a98
Author: Aleks Lozovyuk <[email protected]>
AuthorDate: Thu Jun 25 12:38:40 2026 +0300

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

diff --git a/cmake/rocksdb.cmake b/cmake/rocksdb.cmake
index 737f95b8d..75dd67e8c 100644
--- a/cmake/rocksdb.cmake
+++ b/cmake/rocksdb.cmake
@@ -26,8 +26,8 @@ endif()
 include(cmake/utils.cmake)
 
 FetchContent_DeclareGitHubWithMirror(rocksdb
-  facebook/rocksdb v11.1.1
-  MD5=c82fc5e9e0ecd6649a25c8a44f7e18a5
+  facebook/rocksdb v11.1.2
+  MD5=8c72fb8596712e1a720a0fab365a8b56
 )
 
 FetchContent_GetProperties(jemalloc)

Reply via email to