Browse Source

Start building against Spring Security 5.6.0-M3 snapshots

See gh-27935
pull/27940/head
Stephane Nicoll 4 years ago
parent
commit
3bc5f7903b
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save