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 b7e81958 chore: bump rocksdb to v9.8.4 (#2687)
b7e81958 is described below
commit b7e81958ca1f16c0950cbe9ef4d7869b59f935cd
Author: Aleks Lozovyuk <[email protected]>
AuthorDate: Wed Dec 4 14:12:15 2024 +0200
chore: bump rocksdb to v9.8.4 (#2687)
---
cmake/rocksdb.cmake | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/cmake/rocksdb.cmake b/cmake/rocksdb.cmake
index 393a7204..81c3b775 100644
--- a/cmake/rocksdb.cmake
+++ b/cmake/rocksdb.cmake
@@ -26,8 +26,8 @@ endif()
include(cmake/utils.cmake)
FetchContent_DeclareGitHubWithMirror(rocksdb
- facebook/rocksdb v9.7.4
- MD5=9a08feb50e017006146bcff37059096f
+ facebook/rocksdb v9.8.4
+ MD5=c53034a14e119814a5a714d85b15eb5c
)
FetchContent_GetProperties(jemalloc)