From e3be968540e6b957b52414e2a0d67a3a7f83e7a1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Tue, 17 Jun 2025 11:18:39 +0200 Subject: [PATCH 1/2] Upgrade to Spring Framework 6.1.21 Closes gh-1617 --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index eb1d58d4..fc0a9c16 100644 --- a/gradle.properties +++ b/gradle.properties @@ -6,4 +6,4 @@ org.gradle.parallel=true versionUpgradePolicy=same_minor_version compatibilityTestPluginVersion=0.0.4 -springFrameworkVersion=6.1.20 \ No newline at end of file +springFrameworkVersion=6.1.21 \ No newline at end of file From 20c47d0ff42e806199af89c6d4fa15e455778d56 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Tue, 17 Jun 2025 11:19:34 +0200 Subject: [PATCH 2/2] Upgrade to Spring Security 6.3.10 Closes gh-1618 --- 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 b85def0d..e68d3576 100644 --- a/spring-ws-platform/build.gradle +++ b/spring-ws-platform/build.gradle @@ -14,7 +14,7 @@ dependencies { api(platform("org.junit:junit-bom:5.11.4")) api(platform("org.slf4j:slf4j-bom:2.0.17")) api(platform("org.springframework:spring-framework-bom:${springFrameworkVersion}")) - api(platform("org.springframework.security:spring-security-bom:6.3.9")) + api(platform("org.springframework.security:spring-security-bom:6.3.10")) constraints { api("com.fasterxml.woodstox:woodstox-core:6.5.1") api("com.google.code.findbugs:jsr305:3.0.2")