Browse Source

Start building against Spring Security 5.7.0-M3 snapshots

See gh-30191
pull/30406/head
Stephane Nicoll 4 years ago
parent
commit
85d4a07038
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save