Browse Source

Start building against Spring Security 6.0.3 snapshots

See gh-34952
pull/35377/head
Stephane Nicoll 3 years ago
parent
commit
bd84267d5f
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save