Skip to content

Commit 5a872d8

Browse files
committed
Start building against Spring Security 6.3.2 snapshots
See gh-41741
1 parent c7f47c3 commit 5a872d8

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
@@ -2121,7 +2121,7 @@ bom {
21212121
releaseNotes("https://github.com/spring-projects/spring-retry/releases/tag/v{version}")
21222122
}
21232123
}
2124-
library("Spring Security", "6.3.1") {
2124+
library("Spring Security", "6.3.2-SNAPSHOT") {
21252125
considerSnapshots()
21262126
group("org.springframework.security") {
21272127
imports = [

0 commit comments

Comments
 (0)