From e51d7d0616f5a527e5f7849049bce8419412dee9 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 13 Apr 2021 12:54:25 +0100 Subject: [PATCH] Upgrade to Json-smart 2.4.2 Closes gh-25946 --- 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 b491d9ca52..e93dbf78fc 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -941,7 +941,7 @@ bom { ] } } - library("Json-smart", "2.3") { + library("Json-smart", "2.4.2") { group("net.minidev") { modules = [ "json-smart"