Browse Source

Upgrade to Spring Security 5.6.0-M1

Closes gh-27173
pull/27409/head
Andy Wilkinson 4 years ago
parent
commit
f1e99649df
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save