Browse Source

Start building against Spring Security 6.2.0 snapshots

See gh-37236
pull/37242/head
Andy Wilkinson 3 years ago
parent
commit
9b52ee5dac
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save