From b6e56c85a05e1992ef63469cefc87c27afb58f22 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Thu, 18 May 2023 08:10:57 +0100 Subject: [PATCH] Upgrade to Json-smart 2.4.11 Closes gh-35551 --- 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 721143651e..190b613431 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -679,7 +679,7 @@ bom { ] } } - library("Json-smart", "2.4.10") { + library("Json-smart", "2.4.11") { group("net.minidev") { modules = [ "json-smart"