From ff31c6b3d3a9d1b7d06465b3086cde9015f16043 Mon Sep 17 00:00:00 2001 From: david-leifker <114954101+david-leifker@users.noreply.github.com> Date: Thu, 13 Feb 2025 14:50:09 -0600 Subject: [PATCH] chore(bump): bump jsonsmart (#12625) --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 6c545b4296..1012753d3f 100644 --- a/build.gradle +++ b/build.gradle @@ -186,7 +186,7 @@ project.ext.externalDependency = [ 'jsonPatch': 'jakarta.json:jakarta.json-api:2.1.3', 'jsonPathImpl': 'org.eclipse.parsson:parsson:1.1.6', 'jsonSimple': 'com.googlecode.json-simple:json-simple:1.1.1', - 'jsonSmart': 'net.minidev:json-smart:2.4.9', + 'jsonSmart': 'net.minidev:json-smart:2.5.2', 'json': 'org.json:json:20231013', 'jsonSchemaValidator': 'com.github.java-json-tools:json-schema-validator:2.2.14', 'junit': 'junit:junit:4.13.2',