From a37d2d36dec18c405deccc64ab3dc88f5beae0f3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Tue, 20 May 2025 08:28:45 +0200 Subject: [PATCH] Upgrade to XmlUnit2 2.10.1 Closes gh-45605 --- 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 81d32c97c17..c7e3db7a3cc 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -2465,7 +2465,7 @@ bom { releaseNotes("https://github.com/mojohaus/xml-maven-plugin/releases/tag/{version}") } } - library("XmlUnit2", "2.10.0") { + library("XmlUnit2", "2.10.1") { group("org.xmlunit") { modules = [ "xmlunit-assertj",