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 bfc2e78d Bump jsoncons to 0.171.0 (#1563)
bfc2e78d is described below

commit bfc2e78d0a3ebefcf254f5582caeafa1c9c7b8cb
Author: Aleks Lozovyuk <[email protected]>
AuthorDate: Sat Jul 8 18:12:21 2023 +0300

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

diff --git a/cmake/jsoncons.cmake b/cmake/jsoncons.cmake
index e68660dc..0ea579e3 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.170.2
-  MD5=2210762aeb8bccae3f583538c29517ff
+  danielaparker/jsoncons v0.171.0
+  MD5=d1b886daa842596bbef5cf7763068042
 )
 
 FetchContent_MakeAvailableWithArgs(jsoncons

Reply via email to