Browse Source

Upgrade to Spring Security 6.0.0-RC2

Closes gh-33063
pull/33098/head
Andy Wilkinson 3 years ago
parent
commit
e25792ee58
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save