Browse Source

Start building against Spring Security 5.5.0 snapshots

See gh-26387
pull/26421/head
Stephane Nicoll 5 years ago
parent
commit
55ccf9f750
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save