Skip to content

Commit 073f846

Browse files
committed
Start building against Spring Security 6.5.0-M3 snapshots
See gh-1490
1 parent a407024 commit 073f846

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: spring-ws-platform/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ dependencies {
1414
api(platform("org.junit:junit-bom:5.11.0"))
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.1.9"))
17+
api(platform("org.springframework.security:spring-security-bom:6.5.0-SNAPSHOT"))
1818
constraints {
1919
api("com.fasterxml.woodstox:woodstox-core:6.5.1")
2020
api("com.icegreen:greenmail:2.0.1")

0 commit comments

Comments
 (0)