Browse Source

Start building against Spring Security 6.0.2 snapshots

See gh-34155
pull/34503/head
Andy Wilkinson 3 years ago
parent
commit
8d61e707c7
  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.1") {
library("Spring Security", "6.0.2-SNAPSHOT") {
group("org.springframework.security") {
imports = [
"spring-security-bom"

Loading…
Cancel
Save