From b26803d7a83fb0dd823df6a0e3160f79221757d5 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Fri, 10 Mar 2023 16:27:53 +0000 Subject: [PATCH] Upgrade to Json-smart 2.4.9 Closes gh-34577 --- 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 645505b62b..6caeccdaa4 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -665,7 +665,7 @@ bom { ] } } - library("Json-smart", "2.4.8") { + library("Json-smart", "2.4.9") { group("net.minidev") { modules = [ "json-smart"