Skip to content

Commit 4f51541

Browse files
committed
Upgrade to Spring Security 6.5.0-RC1
Closes gh-1524
1 parent bdf4020 commit 4f51541

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
@@ -14,7 +14,7 @@ dependencies {
1414
api(platform("org.junit:junit-bom:5.12.2"))
1515
api(platform("org.slf4j:slf4j-bom:2.0.17"))
1616
api(platform("org.springframework:spring-framework-bom:${springFrameworkVersion}"))
17-
api(platform("org.springframework.security:spring-security-bom:6.5.0-SNAPSHOT"))
17+
api(platform("org.springframework.security:spring-security-bom:6.5.0-RC1"))
1818
constraints {
1919
api("com.fasterxml.woodstox:woodstox-core:7.1.0")
2020
api("com.google.code.findbugs:jsr305:3.0.2")

0 commit comments

Comments
 (0)