From d4ad8f57cb933cd473107547395fdb6d703aebae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Wed, 12 Feb 2025 09:09:26 +0100 Subject: [PATCH] Upgrade to Json-smart 2.5.2 Closes gh-44238 --- 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 cb557da51bc..6d6088d89a5 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1080,7 +1080,7 @@ bom { releaseNotes("https://github.com/json-path/JsonPath/releases/tag/json-path-{version}") } } - library("Json-smart", "2.5.1") { + library("Json-smart", "2.5.2") { group("net.minidev") { modules = [ "json-smart"