This is an automated email from the ASF dual-hosted git repository. aleksraiden pushed a commit to branch aleksraiden-patch-1 in repository https://gitbox.apache.org/repos/asf/kvrocks.git
commit 36fecef07fb7abbcb45de23bcd13481934faca17 Author: Aleks Lozovyuk <[email protected]> AuthorDate: Tue Mar 24 12:16:31 2026 +0300 Update jsoncons version to v1.6.0 --- cmake/jsoncons.cmake | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cmake/jsoncons.cmake b/cmake/jsoncons.cmake index 707af3c49..772951dbf 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.5.0 - MD5=34fabe18f29c4e5c514eaefb5bb50d09 + danielaparker/jsoncons v1.6.0 + MD5=1338c49e9074ed3417fed63b4cc22ec3 ) FetchContent_MakeAvailableWithArgs(jsoncons
