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 199a7709 Bump rocksdb to 8.10.2 (#2110)
199a7709 is described below
commit 199a77090dc5d4cc2204406c92bbf98a374c4fc2
Author: Aleks Lozovyuk <[email protected]>
AuthorDate: Wed Feb 21 13:19:28 2024 +0200
Bump rocksdb to 8.10.2 (#2110)
---
cmake/rocksdb.cmake | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/cmake/rocksdb.cmake b/cmake/rocksdb.cmake
index bd05eb35..d7c71532 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.0
- MD5=ed06e98fae30c29cceacbfd45a316f06
+ facebook/rocksdb v8.10.2
+ MD5=2155ffb638bfcf42b31818b00d9a3005
)
FetchContent_GetProperties(jemalloc)