From e2a68475dc5e8cc39eff862238f7b86bbba4d3c9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Mon, 20 Jul 2026 14:23:42 +0200 Subject: [PATCH] Upgrade to XmlUnit2 2.12.0 Closes gh-51076 --- 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 08a78d805b3..dac7c424bf8 100644 --- a/platform/spring-boot-dependencies/build.gradle +++ b/platform/spring-boot-dependencies/build.gradle @@ -2967,7 +2967,7 @@ bom { releaseNotes("https://github.com/mojohaus/xml-maven-plugin/releases/tag/{version}") } } - library("XmlUnit2", "2.11.0") { + library("XmlUnit2", "2.12.0") { group("org.xmlunit") { modules = [ "xmlunit-assertj",