Skip to content

Commit e18d387

Browse files
committed
Upgrade to Spring Security 6.5.0-M2
Closes gh-44166
1 parent 33d7d5e commit e18d387

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
@@ -2408,7 +2408,7 @@ bom {
24082408
releaseNotes("https://github.com/spring-projects/spring-retry/releases/tag/v{version}")
24092409
}
24102410
}
2411-
library("Spring Security", "6.5.0-SNAPSHOT") {
2411+
library("Spring Security", "6.5.0-M2") {
24122412
considerSnapshots()
24132413
group("org.springframework.security") {
24142414
imports = [

0 commit comments

Comments
 (0)