From 9c30b2b486b7a005c69ae4b08daff822c4086cad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Tue, 20 May 2025 10:05:24 +0200 Subject: [PATCH] Upgrade to XmlUnit 2.10.1 Closes gh-1576 --- spring-ws-platform/build.gradle | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/spring-ws-platform/build.gradle b/spring-ws-platform/build.gradle index 8c595359..e1ffd279 100644 --- a/spring-ws-platform/build.gradle +++ b/spring-ws-platform/build.gradle @@ -58,10 +58,10 @@ dependencies { api("org.jdom:jdom2:2.0.6.1") api("org.jvnet.staxex:stax-ex:2.1.0") api("org.mockito:mockito-core:5.17.0") - api("org.xmlunit:xmlunit-assertj:2.10.0") - api("org.xmlunit:xmlunit-core:2.10.0") - api("org.xmlunit:xmlunit-legacy:2.10.0") - api("org.xmlunit:xmlunit-placeholders:2.10.0") + api("org.xmlunit:xmlunit-assertj:2.10.1") + api("org.xmlunit:xmlunit-core:2.10.1") + api("org.xmlunit:xmlunit-legacy:2.10.1") + api("org.xmlunit:xmlunit-placeholders:2.10.1") api("wsdl4j:wsdl4j:1.6.3") api("xom:xom:1.3.9") }