Browse Source

Upgrade to Spring Security 5.3.9

Closes gh-25906
pull/27078/head
Stephane Nicoll 5 years ago
parent
commit
75b65ddf62
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save