Skip to content

Commit 5999cd7

Browse files
committed
Start building against Spring Security 6.4.3 snapshots
See gh-44126
1 parent ce47bbc commit 5999cd7

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
@@ -2303,7 +2303,7 @@ bom {
23032303
releaseNotes("https://github.com/spring-projects/spring-retry/releases/tag/v{version}")
23042304
}
23052305
}
2306-
library("Spring Security", "6.4.2") {
2306+
library("Spring Security", "6.4.3-SNAPSHOT") {
23072307
considerSnapshots()
23082308
group("org.springframework.security") {
23092309
imports = [

0 commit comments

Comments
 (0)