Skip to content

Commit ab776ae

Browse files
committed
Start building against Spring Security 6.5.0-M1 snapshots
See gh-43766
1 parent 1983c9c commit ab776ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: spring-boot-project/spring-boot-dependencies/build.gradle

+1-1
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.4.2") {
2305+
library("Spring Security", "6.5.0-SNAPSHOT") {
23062306
considerSnapshots()
23072307
group("org.springframework.security") {
23082308
imports = [

0 commit comments

Comments
 (0)