Skip to content

Commit a0f8d21

Browse files
committed
Start building against Spring Security 6.3.0-RC1 snapshots
See gh-40230
1 parent d1c9403 commit a0f8d21

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-boot-project/spring-boot-dependencies/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -1992,7 +1992,7 @@ bom {
19921992
releaseNotes("https://github.com/spring-projects/spring-retry/releases/tag/v{version}")
19931993
}
19941994
}
1995-
library("Spring Security", "6.3.0-M3") {
1995+
library("Spring Security", "6.3.0-SNAPSHOT") {
19961996
considerSnapshots()
19971997
group("org.springframework.security") {
19981998
imports = [

0 commit comments

Comments
 (0)