Browse Source

Start building against Spring Security 5.6.0 snapshots

See gh-28520
pull/28543/head
Stephane Nicoll 4 years ago
parent
commit
c618e7c279
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save