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 963839d3 Bump jsoncons to 0.172.0 (#1911)
963839d3 is described below

commit 963839d3f66a2926cb1128a458a08b2173bff9af
Author: Aleks Lozovyuk <[email protected]>
AuthorDate: Mon Nov 27 14:43:26 2023 +0200

    Bump jsoncons to 0.172.0 (#1911)
    
    Bump jsoncons to 0.172.0. Full release notes - 
https://github.com/danielaparker/jsoncons/releases/tag/v0.172.0
    
    Key features:
    
    - Fixed issue https://github.com/danielaparker/jsoncons/issues/469 
affecting JSMESPath expressions with terminating CR
    - Added result_option sort_descending
    - Added new classes basic_json_location, basic_path_element, and 
basic_path_node
    - Added a new functions get and remove for selecting a single JSON value 
from a JSON document at
    a location represented by a json_location
---
 cmake/jsoncons.cmake | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/cmake/jsoncons.cmake b/cmake/jsoncons.cmake
index 26450211..8092745d 100644
--- a/cmake/jsoncons.cmake
+++ b/cmake/jsoncons.cmake
@@ -20,8 +20,8 @@ include_guard()
 include(cmake/utils.cmake)
 
 FetchContent_DeclareGitHubWithMirror(jsoncons
-  danielaparker/jsoncons v0.171.1
-  MD5=7ab11905edd901e090cce6a0e4df5a9c
+  danielaparker/jsoncons v0.172.0
+  MD5=2bc70a1ddc8c5fc96d43c0cb4d10dfa0
 )
 
 FetchContent_MakeAvailableWithArgs(jsoncons

Reply via email to