From 11898c0b56cc86b99f5d6f8282daa085329cdba2 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 12 Jul 2023 18:14:32 +0200 Subject: [PATCH] Upgrade to Json-smart 2.5.0 Closes gh-36375 --- 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 d9ae39a7c2..890393268c 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -701,7 +701,7 @@ bom { ] } } - library("Json-smart", "2.4.11") { + library("Json-smart", "2.5.0") { group("net.minidev") { modules = [ "json-smart"