Browse Source

Upgrade to Spring Security 6.0.2

Closes gh-34155
pull/34503/head
Andy Wilkinson 3 years ago
parent
commit
86b6cd6d78
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save