Browse Source

Start building against Spring Security 6.0.0 snapshots

See gh-33144
pull/33209/head
Stephane Nicoll 3 years ago
parent
commit
45f7c848b5
  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-RC2") {
library("Spring Security", "6.0.0-SNAPSHOT") {
group("org.springframework.security") {
imports = [
"spring-security-bom"

Loading…
Cancel
Save