From 22ec27dcd37335a1777e9ef968733ecf710cc329 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 19 May 2021 15:51:23 +0200 Subject: [PATCH] Upgrade to Json-smart 2.3.1 Closes gh-26598 --- 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 8cb2ffa873..e023db7edc 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -911,7 +911,7 @@ bom { ] } } - library("Json-smart", "2.3") { + library("Json-smart", "2.3.1") { group("net.minidev") { modules = [ "json-smart"