Browse Source

Upgrade to Spring Security 5.3.8.RELEASE

Closes gh-25201
pull/25265/head
Andy Wilkinson 5 years ago
parent
commit
13cbc1a80b
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save