Skip to content

Commit c7882d1

Browse files
committed
Start building against Spring Security 6.4.2 snapshots
See gh-43419
1 parent 7852284 commit c7882d1

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
@@ -2301,7 +2301,7 @@ bom {
23012301
releaseNotes("https://github.com/spring-projects/spring-retry/releases/tag/v{version}")
23022302
}
23032303
}
2304-
library("Spring Security", "6.4.1") {
2304+
library("Spring Security", "6.4.2-SNAPSHOT") {
23052305
considerSnapshots()
23062306
group("org.springframework.security") {
23072307
imports = [

0 commit comments

Comments
 (0)