From d0ebe596f6590c870e9cbffa8895be3041682f74 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ricardo=20Monta=C3=B1ana=20G=C3=B3mez?= Date: Sun, 27 Apr 2025 18:34:15 +0200 Subject: [PATCH] Fix json module version in test --- tests/TestModulesVersions.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/TestModulesVersions.cc b/tests/TestModulesVersions.cc index cf760d6..bd07c64 100644 --- a/tests/TestModulesVersions.cc +++ b/tests/TestModulesVersions.cc @@ -18,7 +18,7 @@ std::map modules = { { "mdlp", "2.0.1" }, { "Folding", "1.1.1" }, - { "json", "3.11" }, + { "json", "3.12" }, { "ArffFiles", "1.1.0" } };