Browse Source

Upgrade to Spring Security 5.4.7

Closes gh-26965
pull/27348/head
Stephane Nicoll 5 years ago
parent
commit
333c7a7cd8
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save