Skip to content

Commit 4f2ab9a

Browse files
committed
Upgrade to Spring Security 7.0.0-M1
Closes gh-45492
1 parent 05c877d commit 4f2ab9a

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
@@ -2438,7 +2438,7 @@ bom {
24382438
releaseNotes("https://github.com/spring-projects/spring-retry/releases/tag/v{version}")
24392439
}
24402440
}
2441-
library("Spring Security", "7.0.0-SNAPSHOT") {
2441+
library("Spring Security", "7.0.0-M1") {
24422442
considerSnapshots()
24432443
group("org.springframework.security") {
24442444
bom("spring-security-bom")

0 commit comments

Comments
 (0)