Skip to content

Commit f057559

Browse files
committed
Upgrade to Spring Security 6.4.0-M4
Closes gh-42148
1 parent 01b4ae5 commit f057559

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
@@ -2112,7 +2112,7 @@ bom {
21122112
releaseNotes("https://github.com/spring-projects/spring-retry/releases/tag/v{version}")
21132113
}
21142114
}
2115-
library("Spring Security", "6.4.0-SNAPSHOT") {
2115+
library("Spring Security", "6.4.0-M4") {
21162116
considerSnapshots()
21172117
group("org.springframework.security") {
21182118
imports = [

0 commit comments

Comments
 (0)