Browse Source

Upgrade to Spring Security 5.7.0-M1

Closes gh-29225
pull/29296/head
Stephane Nicoll 4 years ago
parent
commit
3bbdbd9e5f
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save