This is an automated email from the ASF dual-hosted git repository.

aleksraiden pushed a commit to branch aleksraiden-patch-1
in repository https://gitbox.apache.org/repos/asf/kvrocks.git

commit bae5c4f2e2a1bb2c39fc39459d03103c5047ead5
Author: Aleks Lozovyuk <[email protected]>
AuthorDate: Mon Jan 5 14:04:40 2026 +0300

    Update spdlog version to v1.17.0
---
 cmake/spdlog.cmake | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/cmake/spdlog.cmake b/cmake/spdlog.cmake
index 505c94c97..d943fbe53 100644
--- a/cmake/spdlog.cmake
+++ b/cmake/spdlog.cmake
@@ -20,8 +20,8 @@ include_guard()
 include(cmake/utils.cmake)
 
 FetchContent_DeclareGitHubWithMirror(spdlog
-  gabime/spdlog v1.16.0
-  MD5=9492e71daefbfdfb86727b3628066b5a
+  gabime/spdlog v1.17.0
+  MD5=d38d278383b768847ccc4616879df42f
 )
 
 FetchContent_MakeAvailableWithArgs(spdlog

Reply via email to