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 b4dc50c8b chore(deps): Bump jsoncons to v1.4.3 (#3223)
b4dc50c8b is described below

commit b4dc50c8beab44b20eeca71232781a11ec46c27e
Author: Aleks Lozovyuk <[email protected]>
AuthorDate: Thu Oct 9 20:17:13 2025 +0300

    chore(deps): Bump jsoncons to v1.4.3 (#3223)
    
    Bump jsoncons to v1.4.3 (bugfix release, see:
    https://github.com/danielaparker/jsoncons/releases/tag/v1.4.3)
    
    Bug fixes:
    
    - jsonschema patch includes defaults for unmatch oneOf cases
    - Regression: jsoncons fails to compile conversion from std::shared_ptr
    - Fixed issue with compiling with -fno_exceptions
---
 cmake/jsoncons.cmake | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/cmake/jsoncons.cmake b/cmake/jsoncons.cmake
index 90573b901..d29a3a8ce 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.1
-  MD5=6e860305aa0aaa1ca0066e23e42acda4
+  danielaparker/jsoncons v1.4.3
+  MD5=62dad69488c5618f56283ef14d6c1e16
 )
 
 FetchContent_MakeAvailableWithArgs(jsoncons

Reply via email to