Browse Source

Upgrade to Spring Security 6.0.0

Closes gh-33144
pull/33287/head
Stephane Nicoll 3 years ago
parent
commit
a9375afb06
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save