From b6011f7993f342b52e45e49ea0261c6c81fabfd4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Thu, 5 Jun 2025 16:42:54 +0200 Subject: [PATCH] Upgrade to Apache Santario 3.0.6 Closes gh-1604 --- 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 6c8b7262..3d517cb1 100644 --- a/spring-ws-platform/build.gradle +++ b/spring-ws-platform/build.gradle @@ -37,7 +37,7 @@ dependencies { api("org.apache.commons:commons-collections4:4.4") api("org.apache.httpcomponents.client5:httpclient5:5.2.3") api("org.apache.httpcomponents:httpclient:4.5.14") - api("org.apache.santuario:xmlsec:3.0.4") + api("org.apache.santuario:xmlsec:3.0.6") api("org.apache.wss4j:wss4j-ws-security-dom:2.4.3") api("org.apache.ws.xmlschema:xmlschema-core:2.3.1") api("org.apiguardian:apiguardian-api:1.1.2")