Skip to content

Commit 7bf9725

Browse files
committed
Start building against Spring Security 6.5.0-M2 snapshots
See gh-44166
1 parent 4f44564 commit 7bf9725

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
@@ -2411,7 +2411,7 @@ bom {
24112411
releaseNotes("https://github.com/spring-projects/spring-retry/releases/tag/v{version}")
24122412
}
24132413
}
2414-
library("Spring Security", "6.5.0-M1") {
2414+
library("Spring Security", "6.5.0-SNAPSHOT") {
24152415
considerSnapshots()
24162416
group("org.springframework.security") {
24172417
imports = [

0 commit comments

Comments
 (0)