From f1e4cc1c28669fab00a1e58690ea7673b1434e91 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Mon, 17 May 2021 12:05:30 +0100 Subject: [PATCH] Upgrade to Json-smart 2.4.7 Closes gh-26550 --- 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 236ee1d618e..4e9e1c33bd0 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -944,7 +944,7 @@ bom { ] } } - library("Json-smart", "2.4.2") { + library("Json-smart", "2.4.7") { group("net.minidev") { modules = [ "json-smart"