Browse Source

Start building against Spring Security 6.0.0-M6 snapshots

See gh-31622
pull/31663/head
Andy Wilkinson 4 years ago
parent
commit
7807495f1e
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

@ -1448,7 +1448,7 @@ bom { @@ -1448,7 +1448,7 @@ bom {
]
}
}
library("Spring Security", "6.0.0-M5") {
library("Spring Security", "6.0.0-SNAPSHOT") {
group("org.springframework.security") {
imports = [
"spring-security-bom"

Loading…
Cancel
Save