Skip to content

Commit 5f5336f

Browse files
committed
Upgrade to Spring Security 6.4.0-M1
Closes gh-41311
1 parent e89fd97 commit 5f5336f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-boot-project/spring-boot-dependencies/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2052,7 +2052,7 @@ bom {
20522052
releaseNotes("https://github.com/spring-projects/spring-retry/releases/tag/v{version}")
20532053
}
20542054
}
2055-
library("Spring Security", "6.4.0-SNAPSHOT") {
2055+
library("Spring Security", "6.4.0-M1") {
20562056
considerSnapshots()
20572057
group("org.springframework.security") {
20582058
imports = [

0 commit comments

Comments
 (0)