From 53878560fee2719700dd05686744bd20c34d2942 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Wed, 10 Apr 2024 17:59:44 +0100 Subject: [PATCH] Upgrade to Json-smart 2.5.1 Closes gh-40302 --- 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 b66939504e..f92e362885 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -718,7 +718,7 @@ bom { ] } } - library("Json-smart", "2.5.0") { + library("Json-smart", "2.5.1") { group("net.minidev") { modules = [ "json-smart"