Skip to content

Commit baf802d

Browse files
committed
Start building against Spring Security 7.0.0-M2 snapshots
See gh-46624
1 parent 57d6c8b commit baf802d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

platform/spring-boot-dependencies/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2474,7 +2474,7 @@ bom {
24742474
releaseNotes("https://github.com/spring-projects/spring-retry/releases/tag/v{version}")
24752475
}
24762476
}
2477-
library("Spring Security", "7.0.0-M1") {
2477+
library("Spring Security", "7.0.0-SNAPSHOT") {
24782478
considerSnapshots()
24792479
group("org.springframework.security") {
24802480
bom("spring-security-bom")

0 commit comments

Comments
 (0)