Browse Source

Upgrade to Spring Security 6.0.0-M3

Closes gh-30202
pull/30415/head
Andy Wilkinson 4 years ago
parent
commit
a9b6ab77ea
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save