From 7328f609c2c325928ab24166e8c0be54c967c16b Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 20 Oct 2021 09:26:11 +0200 Subject: [PATCH] Upgrade to XmlUnit2 2.8.3 Closes gh-28397 --- 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 211f438a26..ccff8f13c4 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1876,7 +1876,7 @@ bom { ] } } - library("XmlUnit2", "2.8.2") { + library("XmlUnit2", "2.8.3") { group("org.xmlunit") { modules = [ "xmlunit-assertj",