From 2e09167986f016bbfd24518d5cd8d6ec4ad64ec8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Wed, 17 Sep 2025 08:17:25 +0200 Subject: [PATCH] Upgrade to XmlUnit2 2.10.4 Closes gh-47241 --- platform/spring-boot-dependencies/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platform/spring-boot-dependencies/build.gradle b/platform/spring-boot-dependencies/build.gradle index 0f6cc3aa777..5f601355e39 100644 --- a/platform/spring-boot-dependencies/build.gradle +++ b/platform/spring-boot-dependencies/build.gradle @@ -2669,7 +2669,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",