Browse Source

Upgrade to Spring Security 5.6.7

Closes gh-32039
pull/32501/head
Stephane Nicoll 3 years ago
parent
commit
fd89ced078
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save