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

PragmaTwice 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 944473131 chore(deps): bump jsoncons to v1.9.0 (#3583)
944473131 is described below

commit 944473131863862f5220f7d80587865b57eb77af
Author: Aleks Lozovyuk <[email protected]>
AuthorDate: Wed Aug 12 00:19:57 2026 +0300

    chore(deps): bump jsoncons to v1.9.0 (#3583)
    
    Bump jsoncons to v1.9.0 (see:
    https://github.com/danielaparker/jsoncons/releases/tag/v1.9.0)
    
    - Fixed bugs
    - Some changes at CBOR support
---
 cmake/jsoncons.cmake | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/cmake/jsoncons.cmake b/cmake/jsoncons.cmake
index c18a4c9d4..86aa7e513 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.8.1
-  MD5=d8e11b4810115daf25dfea2db5c84f40
+  danielaparker/jsoncons v1.9.0
+  MD5=36f6dfd0f4352aad450fbf4bf0035f8a
 )
 
 FetchContent_MakeAvailableWithArgs(jsoncons

Reply via email to