Browse Source

Upgrade to Spring Security 5.6.2

Closes gh-29723
pull/30004/head
Andy Wilkinson 4 years ago
parent
commit
2d8495361e
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save