This is an automated email from the ASF dual-hosted git repository.
hulk 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 756777cd chore: Bump rocksdb to v9.5.2 (#2502)
756777cd is described below
commit 756777cd55867918d0a2ee6439c56f4e28d5338d
Author: Aleks Lozovyuk <[email protected]>
AuthorDate: Sun Aug 25 05:32:30 2024 +0300
chore: Bump rocksdb to v9.5.2 (#2502)
---
cmake/rocksdb.cmake | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/cmake/rocksdb.cmake b/cmake/rocksdb.cmake
index 8e36c019..81767dc3 100644
--- a/cmake/rocksdb.cmake
+++ b/cmake/rocksdb.cmake
@@ -26,8 +26,8 @@ endif()
include(cmake/utils.cmake)
FetchContent_DeclareGitHubWithMirror(rocksdb
- facebook/rocksdb v9.4.0
- MD5=2fdc86529e2ebdea1d6ba79ef37aa2cf
+ facebook/rocksdb v9.5.2
+ MD5=03489fe4e03a7216d8f52e59409f1ca8
)
FetchContent_GetProperties(jemalloc)