Browse Source

Start building against Spring Security 5.6.3 snapshots

See gh-30601
pull/30839/head
Stephane Nicoll 4 years ago
parent
commit
c080a29feb
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save