From 1f47dbadce7e84f953ba76f2a1f4cc047e8013e8 Mon Sep 17 00:00:00 2001 From: Uday Kumar <56138653+ukumar009@users.noreply.github.com> Date: Mon, 10 Feb 2025 14:15:04 +0000 Subject: [PATCH] Fix CVE-2024-57699 for json-smart --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index edd24cdf..bb2b89bf 100644 --- a/build.gradle +++ b/build.gradle @@ -12,7 +12,7 @@ buildscript { ext { libs = [ - jsonSmart : 'net.minidev:json-smart:2.5.1', + jsonSmart : 'net.minidev:json-smart:2.5.2', slf4jApi : 'org.slf4j:slf4j-api:2.0.11', gson : 'com.google.code.gson:gson:2.10.1', hamcrest : 'org.hamcrest:hamcrest:2.2',