From c61e556c61d5ce31ac4b57954953faec92f0f166 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 9 Apr 2024 12:53:13 +0100 Subject: [PATCH] Upgrade to Json-smart 2.5.1 Closes gh-40252 --- 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 72a65e2728..3b0bf1827f 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -908,7 +908,7 @@ bom { releaseNotes("https://github.com/json-path/JsonPath/releases/tag/json-path-{version}") } } - library("Json-smart", "2.5.0") { + library("Json-smart", "2.5.1") { group("net.minidev") { modules = [ "json-smart"