From 9622b2b2eb7e52c8ffbd1e8a0a0818f0c70ae6e9 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 21 Mar 2023 10:41:29 +0000 Subject: [PATCH] Upgrade to Json-smart 2.4.10 Closes gh-34685 --- 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 16dd80c12d..41a6a2ce06 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.9") { + library("Json-smart", "2.4.10") { group("net.minidev") { modules = [ "json-smart"