Browse Source

Upgrade to Spring Security 6.0.0-M6

Closes gh-31622
pull/31323/head
Andy Wilkinson 4 years ago
parent
commit
1bf0ee5b1c
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save