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

hulk 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 8127eb6fd chore(deps): bump jsoncons to v1.5.0 (#3287)
8127eb6fd is described below

commit 8127eb6fd44c50bb32dc805c7885830cf7be9fc2
Author: Aleks Lozovyuk <[email protected]>
AuthorDate: Thu Dec 4 06:22:40 2025 +0300

    chore(deps): bump jsoncons to v1.5.0 (#3287)
    
    Bump jsoncons to v1.5.0 (see:
    https://github.com/danielaparker/jsoncons/releases/tag/v1.5.0)
    
    **Key changes**
    
    - Bugfix
    - jsonpointer::unflatten now throws an exception if passed an empty
    object
    - The functors strict_json_parsing and allow_trailing_commas have been
    deprecated and will be removed in a future release. Use the
    allow_trailing_comma and allow_comments options instead
---
 cmake/jsoncons.cmake | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/cmake/jsoncons.cmake b/cmake/jsoncons.cmake
index d29a3a8ce..707af3c49 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.4.3
-  MD5=62dad69488c5618f56283ef14d6c1e16
+  danielaparker/jsoncons v1.5.0
+  MD5=34fabe18f29c4e5c514eaefb5bb50d09
 )
 
 FetchContent_MakeAvailableWithArgs(jsoncons

Reply via email to