From 3732a85549f3b4c61de4d7eaaab9c3848bcca3aa Mon Sep 17 00:00:00 2001 From: Oswaldo Baptista Vicente Junior <45291656+oswaldobapvicjr@users.noreply.github.com> Date: Sun, 24 Mar 2024 12:53:12 -0300 Subject: [PATCH] Upgrade net.minidev:json-smart from 2.5.0 to 2.5.1 (#1004) --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 423bab36..edd24cdf 100644 --- a/build.gradle +++ b/build.gradle @@ -12,7 +12,7 @@ buildscript { ext { libs = [ - jsonSmart : 'net.minidev:json-smart:2.5.0', + jsonSmart : 'net.minidev:json-smart:2.5.1', slf4jApi : 'org.slf4j:slf4j-api:2.0.11', gson : 'com.google.code.gson:gson:2.10.1', hamcrest : 'org.hamcrest:hamcrest:2.2',