From 6181db3f20e243310e5c43ab4355ff6bee12da21 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Thu, 14 Jul 2022 16:17:54 +0200 Subject: [PATCH] Upgrade to JsonAssert 1.5.1 Closes gh-31727 --- 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 36f77e4d43..097b961e23 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -983,7 +983,7 @@ bom { ] } } - library("JsonAssert", "1.5.0") { + library("JsonAssert", "1.5.1") { group("org.skyscreamer") { modules = [ "jsonassert"