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 ab9f8368 Bump jsoncons to 0.171.1 (#1831)
ab9f8368 is described below

commit ab9f8368d10a31280bbd356d1fb29ee5ed12f64d
Author: Aleks Lozovyuk <[email protected]>
AuthorDate: Wed Oct 18 12:46:09 2023 +0300

    Bump jsoncons to 0.171.1 (#1831)
---
 cmake/jsoncons.cmake | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/cmake/jsoncons.cmake b/cmake/jsoncons.cmake
index 0ea579e3..26450211 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.0
-  MD5=d1b886daa842596bbef5cf7763068042
+  danielaparker/jsoncons v0.171.1
+  MD5=7ab11905edd901e090cce6a0e4df5a9c
 )
 
 FetchContent_MakeAvailableWithArgs(jsoncons

Reply via email to