Browse Source

Upgrade to Spring Security 5.3.5.RELEASE

Closes gh-23884
pull/26228/head
Andy Wilkinson 5 years ago
parent
commit
4b6ef6ef44
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

@ -1728,7 +1728,7 @@ bom { @@ -1728,7 +1728,7 @@ bom {
]
}
}
library("Spring Security", "5.3.4.RELEASE") {
library("Spring Security", "5.3.5.RELEASE") {
group("org.springframework.security") {
imports = [
"spring-security-bom"

Loading…
Cancel
Save