Skip to content

Commit 08ce5b0

Browse files
committed
Upgrade to Spring Security 7.0.0-M3
Closes gh-47199
1 parent 91d3011 commit 08ce5b0

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
@@ -2442,7 +2442,7 @@ bom {
24422442
releaseNotes("https://github.com/spring-projects/spring-restdocs/releases/tag/v{version}")
24432443
}
24442444
}
2445-
library("Spring Security", "7.0.0-SNAPSHOT") {
2445+
library("Spring Security", "7.0.0-M3") {
24462446
considerSnapshots()
24472447
group("org.springframework.security") {
24482448
bom("spring-security-bom")

0 commit comments

Comments
 (0)