From d57b41436bffd60f24840ab7cc4cf61e3fedec0f Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 9 Jul 2024 11:16:15 +0100 Subject: [PATCH] Upgrade to JsonAssert 1.5.3 Closes gh-41366 --- 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 c7d34d1c70b..11d6d527c76 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -734,7 +734,7 @@ bom { ] } } - library("JsonAssert", "1.5.1") { + library("JsonAssert", "1.5.3") { group("org.skyscreamer") { modules = [ "jsonassert"