From 80f17c944321d7e25f93450295f86c42b9b49ef1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Sun, 20 Apr 2025 12:21:53 +0200 Subject: [PATCH] Upgrade to Xom 1.3.9 Closes gh-1548 --- 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 d901f06e..5fc1b90c 100644 --- a/spring-ws-platform/build.gradle +++ b/spring-ws-platform/build.gradle @@ -62,6 +62,6 @@ dependencies { api("org.xmlunit:xmlunit-legacy:2.10.0") api("org.xmlunit:xmlunit-placeholders:2.10.0") api("wsdl4j:wsdl4j:1.6.3") - api("xom:xom:1.3.7") + api("xom:xom:1.3.9") } }