From 242709d3ecacf9c02ff70c9043baf37b47d81566 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Fri, 11 Apr 2025 12:14:13 +0200 Subject: [PATCH] Start building against Spring Security 6.5.0-RC1 snapshots See 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 0978b53c..624feba3 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.0")) 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-M3")) + api(platform("org.springframework.security:spring-security-bom:6.5.0-SNAPSHOT")) constraints { api("com.fasterxml.woodstox:woodstox-core:6.5.1") api("com.icegreen:greenmail:2.0.1")