Browse Source

Start building against Spring Security 5.7.11 snapshots

See gh-37414
pull/37492/head
Stéphane Nicoll 2 years ago
parent
commit
d3ee61c83f
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

@ -1852,7 +1852,7 @@ bom { @@ -1852,7 +1852,7 @@ bom {
]
}
}
library("Spring Security", "5.7.10") {
library("Spring Security", "5.7.11-SNAPSHOT") {
considerSnapshots()
prohibit {
versionRange "[6.0.0-M1,)"

Loading…
Cancel
Save