Browse Source

Start building against Spring Security 6.1.0-M2 snapshots

See gh-34549
pull/34585/head
Andy Wilkinson 3 years ago
parent
commit
3fa30e2a47
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save