Skip to content

Commit cf2c88f

Browse files
committed
Upgrade to Spring Security 7.0.0-RC1
Closes gh-1681
1 parent f6fb863 commit cf2c88f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-ws-platform/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ dependencies {
3030
api(platform("org.junit:junit-bom:6.0.0"))
3131
api(platform("org.slf4j:slf4j-bom:2.0.17"))
3232
api(platform("org.springframework:spring-framework-bom:${springFrameworkVersion}"))
33-
api(platform("org.springframework.security:spring-security-bom:7.0.0-SNAPSHOT"))
33+
api(platform("org.springframework.security:spring-security-bom:7.0.0-RC1"))
3434
constraints {
3535
api("com.fasterxml.woodstox:woodstox-core:7.1.1")
3636
api("com.google.code.findbugs:jsr305:3.0.2")

0 commit comments

Comments
 (0)