Browse Source

Upgrade to Spring Security 5.5.2

Closes gh-27603
pull/28375/head
Stephane Nicoll 5 years ago
parent
commit
d9cb1871fe
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save