Browse Source

Upgrade to Spring Security 5.5.7

Closes gh-31005
pull/32644/head
Stephane Nicoll 4 years ago
parent
commit
f7f4831199
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save