From 2ffcda34152064d33643bacec1e793c0f0b8df59 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Thu, 21 Oct 2021 14:43:29 +0100 Subject: [PATCH] Upgrade to XmlUnit2 2.8.3 Closes gh-28422 --- 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 f6b275e2855..5d3c4cd097a 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1843,7 +1843,7 @@ bom { ] } } - library("XmlUnit2", "2.8.2") { + library("XmlUnit2", "2.8.3") { group("org.xmlunit") { modules = [ "xmlunit-assertj",