From fb0d84f0a382711f98f0be383828bca383f82e43 Mon Sep 17 00:00:00 2001 From: Nolan Emirot Date: Wed, 2 Jun 2021 13:29:07 +0200 Subject: [PATCH] chore: update json-smart (#716) --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index d586134f..3f3cac5a 100644 --- a/build.gradle +++ b/build.gradle @@ -15,7 +15,7 @@ ext { jacksonDatabind: 'com.fasterxml.jackson.core:jackson-databind:2.11.3', jettison: 'org.codehaus.jettison:jettison:1.4.1', jsonOrg: 'org.json:json:20140107', - jsonSmart: 'net.minidev:json-smart:2.4.2', + jsonSmart: 'net.minidev:json-smart:2.4.7', slf4jApi: 'org.slf4j:slf4j-api:1.7.30', tapestryJson: 'org.apache.tapestry:tapestry-json:5.6.1',