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 7851bf308 chore(deps): bump spdlog to 1.15.3 (#2951)
7851bf308 is described below

commit 7851bf308fff893fe48aeef543d6e0950d59a830
Author: Aleks Lozovyuk <[email protected]>
AuthorDate: Fri May 9 14:54:34 2025 +0300

    chore(deps): bump spdlog to 1.15.3 (#2951)
---
 cmake/spdlog.cmake | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/cmake/spdlog.cmake b/cmake/spdlog.cmake
index e5963fcb1..f36a5d3db 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.15.2
-  MD5=fb2697a809c3744033be3fea4a8f75d1
+  gabime/spdlog v1.15.3
+  MD5=f00dfa11fd9ee2f9b54d0315f4590e6b
 )
 
 FetchContent_MakeAvailableWithArgs(spdlog

Reply via email to