Browse Source

Start building against Spring Security 5.6.6 snapshots

See gh-31351
pull/31676/head
Stephane Nicoll 4 years ago
parent
commit
342d01314a
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save