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

torwig 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 51ce175d Bump jsoncons to v0.174.0 (#2270)
51ce175d is described below

commit 51ce175d2fc3239a8319b5df9fda118860b3edb0
Author: Aleks Lozovyuk <[email protected]>
AuthorDate: Tue Apr 23 18:12:33 2024 +0300

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

diff --git a/cmake/jsoncons.cmake b/cmake/jsoncons.cmake
index a81bd838..02024fa8 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.173.4
-  MD5=947254529a8629d001322a78454a23d2
+  danielaparker/jsoncons v0.174.0
+  MD5=1e620831477adbed19e85248c33cbb89
 )
 
 FetchContent_MakeAvailableWithArgs(jsoncons

Reply via email to