Browse Source

Start building against Spring Security 5.6.2

See gh-29723
pull/30003/head
Stephane Nicoll 4 years ago
parent
commit
56ed5fb68c
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save