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

tison pushed a commit to branch unstable
in repository https://gitbox.apache.org/repos/asf/incubator-kvrocks.git


The following commit(s) were added to refs/heads/unstable by this push:
     new 1837f8fd build(dep): bump jsoncons to v0.170.1 (#1426)
1837f8fd is described below

commit 1837f8fd760aa9e12df2dd72406144eaa1e415cd
Author: Aleks Lozovyuk <[email protected]>
AuthorDate: Sat May 6 15:15:49 2023 +0300

    build(dep): bump jsoncons to v0.170.1 (#1426)
---
 cmake/jsoncons.cmake | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/cmake/jsoncons.cmake b/cmake/jsoncons.cmake
index 4cffc55b..9868a5b8 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.0
-  MD5=02765c8e4ce09eb744f9daacc40ca595
+  danielaparker/jsoncons v0.170.1
+  MD5=9a67b19a0053620389691b839a5cf95f
 )
 
 FetchContent_MakeAvailableWithArgs(jsoncons

Reply via email to