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 dcb40752 chore: Bump rocksdb to v9.3.1 (#2380)
dcb40752 is described below
commit dcb407525df8d0234f3f878945d73b4fa36b57b7
Author: Aleks Lozovyuk <[email protected]>
AuthorDate: Sat Jul 6 20:28:58 2024 +0300
chore: Bump rocksdb to v9.3.1 (#2380)
Co-authored-by: Twice <[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 8b2ff67c..c5799763 100644
--- a/cmake/rocksdb.cmake
+++ b/cmake/rocksdb.cmake
@@ -26,8 +26,8 @@ endif()
include(cmake/utils.cmake)
FetchContent_DeclareGitHubWithMirror(rocksdb
- facebook/rocksdb v9.2.1
- MD5=b03db4c602754a2c50aa2967fd07a2a7
+ facebook/rocksdb v9.3.1
+ MD5=129235c789a963c004290d27d09ca48a
)
FetchContent_GetProperties(jemalloc)