From cc2bb7cade622873d353be2c675ee6407fee4a94 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Thu, 18 May 2023 08:06:09 +0100 Subject: [PATCH] Upgrade to Json-smart 2.4.11 Closes gh-35549 --- 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 ead8f25305e8..2c0583655e3a 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.10") { + library("Json-smart", "2.4.11") { group("net.minidev") { modules = [ "json-smart"