Browse Source

Start building against Spring Security 6.2.0 snapshots

See gh-37715
pull/37640/head
Andy Wilkinson 2 years ago
parent
commit
4e21896b0d
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save