Skip to content

Commit a213874

Browse files
committed
Start building against Spring Security 6.4.0 snapshots
See gh-41311
1 parent 8390ec8 commit a213874

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
@@ -2073,7 +2073,7 @@ bom {
20732073
releaseNotes("https://github.com/spring-projects/spring-retry/releases/tag/v{version}")
20742074
}
20752075
}
2076-
library("Spring Security", "6.3.1") {
2076+
library("Spring Security", "6.4.0-SNAPSHOT") {
20772077
considerSnapshots()
20782078
group("org.springframework.security") {
20792079
imports = [

0 commit comments

Comments
 (0)