Browse Source

Upgrade to Spring Security 5.5.8

Closes gh-31096
pull/32644/head
Andy Wilkinson 4 years ago
parent
commit
e82def03ca
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save