Browse Source

Start building against Spring Security 6.2.5 snapshots

See gh-41025
pull/42868/head
Andy Wilkinson 2 years ago
parent
commit
b1e8216ccb
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

@ -1661,7 +1661,7 @@ bom { @@ -1661,7 +1661,7 @@ bom {
]
}
}
library("Spring Security", "6.2.4") {
library("Spring Security", "6.2.5-SNAPSHOT") {
considerSnapshots()
group("org.springframework.security") {
imports = [

Loading…
Cancel
Save