Upgrade to Spring Security 6.5.0-M3

Closes gh-1490
This commit is contained in:
Stéphane Nicoll
2025-03-18 08:46:36 +01:00
parent 6e6bca47bf
commit a02c83d7fb

View File

@@ -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-SNAPSHOT"))
api(platform("org.springframework.security:spring-security-bom:6.5.0-M3"))
constraints {
api("com.fasterxml.woodstox:woodstox-core:6.5.1")
api("com.icegreen:greenmail:2.0.1")