Skip to content

Commit ca9c67f

Browse files
committed
Start building against Spring Security 6.5.0 snapshots
See gh-45444
1 parent 6cfca35 commit ca9c67f

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
@@ -2390,7 +2390,7 @@ bom {
23902390
releaseNotes("https://github.com/spring-projects/spring-retry/releases/tag/v{version}")
23912391
}
23922392
}
2393-
library("Spring Security", "6.5.0-RC1") {
2393+
library("Spring Security", "6.5.0-SNAPSHOT") {
23942394
considerSnapshots()
23952395
group("org.springframework.security") {
23962396
bom("spring-security-bom")

0 commit comments

Comments
 (0)