From a9319d604747833c7cde2e0d1f0d086c806b0c11 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Wed, 17 Sep 2025 08:16:15 +0200 Subject: [PATCH] Upgrade to XmlUnit2 2.10.4 Closes gh-47238 --- 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 a5f29458c4d..97b4928c7e4 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -2518,7 +2518,7 @@ bom { releaseNotes("https://github.com/mojohaus/xml-maven-plugin/releases/tag/{version}") } } - library("XmlUnit2", "2.10.3") { + library("XmlUnit2", "2.10.4") { group("org.xmlunit") { modules = [ "xmlunit-assertj",