From 611514ae89733fc16a76f6610c0a4af17189f769 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Thu, 14 Jul 2022 17:11:02 +0200 Subject: [PATCH] Upgrade to JsonAssert 1.5.1 Closes gh-31741 --- 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 39f400da6562..442265a01af8 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1014,7 +1014,7 @@ bom { ] } } - library("JsonAssert", "1.5.0") { + library("JsonAssert", "1.5.1") { group("org.skyscreamer") { modules = [ "jsonassert"