Start building against Spring Security 7.0.0-M1 snapshots

See gh-1559
This commit is contained in:
Stéphane Nicoll
2025-05-07 10:52:58 +02:00
parent fb55cffebf
commit abfc657e4f

View File

@@ -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-RC1"))
api(platform("org.springframework.security:spring-security-bom:7.0.0-SNAPSHOT"))
constraints {
api("com.fasterxml.woodstox:woodstox-core:7.1.0")
api("com.google.code.findbugs:jsr305:3.0.2")