From 20558bf07242baf838e4a0ed48c2c9c7b90f152b Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Mon, 20 Mar 2023 19:39:36 +0000 Subject: [PATCH] Upgrade to Json-smart 2.4.10 Closes gh-34652 --- spring-boot-project/spring-boot-dependencies/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-boot-project/spring-boot-dependencies/build.gradle b/spring-boot-project/spring-boot-dependencies/build.gradle index b1bcbd9494..c89a26e2f7 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1050,7 +1050,7 @@ bom { ] } } - library("Json-smart", "2.4.8") { + library("Json-smart", "2.4.10") { group("net.minidev") { modules = [ "json-smart"