Browse Source

Start building against Spring Security 5.5.0-RC1 snapshots

See gh-25931
pull/25981/head
Stephane Nicoll 5 years ago
parent
commit
fee62c41b9
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save