This is an automated email from the ASF dual-hosted git repository.
tison 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 1e320582 Bump rocksdb to 8.11.3 (#2122)
1e320582 is described below
commit 1e320582486fdd0560541c53ffe9e1cd056a345d
Author: Aleks Lozovyuk <[email protected]>
AuthorDate: Thu Feb 29 02:27:02 2024 +0200
Bump rocksdb to 8.11.3 (#2122)
Co-authored-by: tison <[email protected]>
Co-authored-by: hulk <[email protected]>
---
cmake/rocksdb.cmake | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/cmake/rocksdb.cmake b/cmake/rocksdb.cmake
index d7c71532..ca9bed62 100644
--- a/cmake/rocksdb.cmake
+++ b/cmake/rocksdb.cmake
@@ -26,8 +26,8 @@ endif()
include(cmake/utils.cmake)
FetchContent_DeclareGitHubWithMirror(rocksdb
- facebook/rocksdb v8.10.2
- MD5=2155ffb638bfcf42b31818b00d9a3005
+ facebook/rocksdb v8.11.3
+ MD5=6b1faf94b3880913725ddb09ab60d7a6
)
FetchContent_GetProperties(jemalloc)