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 4b50c9b6 chore: bump rocksdb to v9.7.4 (#2639)
4b50c9b6 is described below
commit 4b50c9b6b0d036d4e3607a0c8a1d164c37a9edae
Author: Aleks Lozovyuk <[email protected]>
AuthorDate: Sun Nov 3 04:44:45 2024 +0200
chore: bump rocksdb to v9.7.4 (#2639)
Co-authored-by: Twice <[email protected]>
---
cmake/rocksdb.cmake | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/cmake/rocksdb.cmake b/cmake/rocksdb.cmake
index c5799763..393a7204 100644
--- a/cmake/rocksdb.cmake
+++ b/cmake/rocksdb.cmake
@@ -26,8 +26,8 @@ endif()
include(cmake/utils.cmake)
FetchContent_DeclareGitHubWithMirror(rocksdb
- facebook/rocksdb v9.3.1
- MD5=129235c789a963c004290d27d09ca48a
+ facebook/rocksdb v9.7.4
+ MD5=9a08feb50e017006146bcff37059096f
)
FetchContent_GetProperties(jemalloc)