Browse Source

Upgrade to Spring Security 5.6.9

Closes gh-33162
pull/33276/head
Stephane Nicoll 3 years ago
parent
commit
cd7f6d049e
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save