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 f060d18c chore: bump jsoncons v1.3.0 (#2816)
f060d18c is described below

commit f060d18c58db32c3e9a63f1177dfefc6d83fdb66
Author: Aleks Lozovyuk <[email protected]>
AuthorDate: Thu Mar 6 03:40:47 2025 +0200

    chore: bump jsoncons v1.3.0 (#2816)
---
 cmake/jsoncons.cmake | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/cmake/jsoncons.cmake b/cmake/jsoncons.cmake
index f94d6e8b..af28b3da 100644
--- a/cmake/jsoncons.cmake
+++ b/cmake/jsoncons.cmake
@@ -20,8 +20,8 @@ include_guard()
 include(cmake/utils.cmake)
 
 FetchContent_DeclareGitHubWithMirror(jsoncons
-  danielaparker/jsoncons v1.2.0
-  MD5=6aa3784462eb4df848d7cdd4631d8ae9
+  danielaparker/jsoncons v1.3.0
+  MD5=39fa97a441195d2fc8791ae302446cbf
 )
 
 FetchContent_MakeAvailableWithArgs(jsoncons

Reply via email to