From 4f5154133c5bf0b91dbd61dd2973e8edac664947 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Tue, 22 Apr 2025 09:18:21 +0200 Subject: [PATCH] Upgrade to Spring Security 6.5.0-RC1 Closes gh-1524 --- 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 fadd86bf..86c5cb0e 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.12.2")) 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.5.0-SNAPSHOT")) + api(platform("org.springframework.security:spring-security-bom:6.5.0-RC1")) constraints { api("com.fasterxml.woodstox:woodstox-core:7.1.0") api("com.google.code.findbugs:jsr305:3.0.2")