From 8ebc2905fabd9adb99c1838936b317aada1a2c58 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Thu, 5 Jun 2025 16:57:23 +0200 Subject: [PATCH] Upgrade to Woodstox 7.1.1 Closes gh-1611 --- 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 142442ce..5c7b8749 100644 --- a/spring-ws-platform/build.gradle +++ b/spring-ws-platform/build.gradle @@ -16,7 +16,7 @@ dependencies { api(platform("org.springframework:spring-framework-bom:${springFrameworkVersion}")) api(platform("org.springframework.security:spring-security-bom:6.5.0")) constraints { - api("com.fasterxml.woodstox:woodstox-core:7.1.0") + api("com.fasterxml.woodstox:woodstox-core:7.1.1") api("com.google.code.findbugs:jsr305:3.0.2") api("com.icegreen:greenmail:2.1.3") api("com.icegreen:greenmail-junit5:2.1.3")