Skip to content

Commit d391cc1

Browse files
committed
Upgrade to Spring Security 6.5.0-M1
Closes gh-43766
1 parent 6f02571 commit d391cc1

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
@@ -2302,7 +2302,7 @@ bom {
23022302
releaseNotes("https://github.com/spring-projects/spring-retry/releases/tag/v{version}")
23032303
}
23042304
}
2305-
library("Spring Security", "6.5.0-SNAPSHOT") {
2305+
library("Spring Security", "6.5.0-M1") {
23062306
considerSnapshots()
23072307
group("org.springframework.security") {
23082308
imports = [

0 commit comments

Comments
 (0)