Browse Source

Start building against Spring Security 5.5.3 snapshots

See gh-28247
pull/28778/head
Stephane Nicoll 4 years ago
parent
commit
a9513ccf07
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save