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 2db5d86b6 chore(deps): bump jsoncons to v1.3.1 (#2875)
2db5d86b6 is described below

commit 2db5d86b6adad4589a19f27ade79e9baf348a2a3
Author: Aleks Lozovyuk <[email protected]>
AuthorDate: Sat Apr 12 05:27:26 2025 +0300

    chore(deps): bump jsoncons to v1.3.1 (#2875)
    
    Co-authored-by: Twice <[email protected]>
---
 cmake/jsoncons.cmake | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/cmake/jsoncons.cmake b/cmake/jsoncons.cmake
index af28b3da5..7b2345031 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.3.0
-  MD5=39fa97a441195d2fc8791ae302446cbf
+  danielaparker/jsoncons v1.3.1
+  MD5=1d249167a114dc18100513388ec99274
 )
 
 FetchContent_MakeAvailableWithArgs(jsoncons

Reply via email to