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 a45b2c6e chore: bump rocksdb to v9.9.3 (#2694)
a45b2c6e is described below

commit a45b2c6e98340b503d6a26be28e262bd2bf1fcc1
Author: Aleks Lozovyuk <[email protected]>
AuthorDate: Wed Dec 18 04:47:22 2024 +0200

    chore: bump rocksdb to v9.9.3 (#2694)
---
 cmake/rocksdb.cmake | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/cmake/rocksdb.cmake b/cmake/rocksdb.cmake
index 81c3b775..f85ab8f6 100644
--- a/cmake/rocksdb.cmake
+++ b/cmake/rocksdb.cmake
@@ -26,8 +26,8 @@ endif()
 include(cmake/utils.cmake)
 
 FetchContent_DeclareGitHubWithMirror(rocksdb
-  facebook/rocksdb v9.8.4
-  MD5=c53034a14e119814a5a714d85b15eb5c
+  facebook/rocksdb v9.9.3
+  MD5=c93f55998866a1043bb62d218f79db43
 )
 
 FetchContent_GetProperties(jemalloc)

Reply via email to