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 {
] ]
} }
} }
library("Spring Security", "6.0.0-SNAPSHOT") { library("Spring Security", "6.0.0-M3") {
group("org.springframework.security") { group("org.springframework.security") {
imports = [ imports = [
"spring-security-bom" "spring-security-bom"

Loading…
Cancel
Save