Browse Source

Upgrade to Spring Security 6.0.0-M4

Closes gh-30633
pull/31104/head
Stephane Nicoll 4 years ago
parent
commit
bf0af6ebed
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save