From dc58916603657e341de783f566f5f1092b039c61 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 17 May 2021 08:51:33 +0200 Subject: [PATCH] Upgrade to Json-smart 2.3.1 Closes gh-26508 --- 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 9e7a51bdba..c4c352d708 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -854,7 +854,7 @@ bom { ] } } - library("Json-smart", "2.3") { + library("Json-smart", "2.3.1") { group("net.minidev") { modules = [ "json-smart"