From d02f127ec44ef0b5cbbead3b50afc400440a4241 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Thu, 5 Jun 2025 16:41:54 +0200 Subject: [PATCH] Upgrade to Xom 1.3.9 Closes gh-1603 --- spring-ws-platform/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-ws-platform/build.gradle b/spring-ws-platform/build.gradle index a7998ab5..6c8b7262 100644 --- a/spring-ws-platform/build.gradle +++ b/spring-ws-platform/build.gradle @@ -60,6 +60,6 @@ dependencies { api("org.xmlunit:xmlunit-legacy:2.10.2") api("org.xmlunit:xmlunit-placeholders:2.10.2") api("wsdl4j:wsdl4j:1.6.3") - api("xom:xom:1.3.7") + api("xom:xom:1.3.9") } }