Browse Source

Start building against Spring Security 5.7.0-M2 snapshots

See gh-29766
pull/29884/head
Stephane Nicoll 4 years ago
parent
commit
d925c8d317
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save