Browse Source

Upgrade to Spring Security 5.7.0-M3

Closes gh-30191
pull/30406/head
Andy Wilkinson 4 years ago
parent
commit
24cea36f1b
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save