Browse Source

Start building against Spring Security 7.0.1 snapshots

See gh-48444
pull/48480/head
Stéphane Nicoll 1 week ago
parent
commit
b681b875be
  1. 2
      platform/spring-boot-dependencies/build.gradle

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

@ -2546,7 +2546,7 @@ bom { @@ -2546,7 +2546,7 @@ bom {
releaseNotes("https://github.com/spring-projects/spring-restdocs/releases/tag/v{version}")
}
}
library("Spring Security", "7.0.0") {
library("Spring Security", "7.0.1-SNAPSHOT") {
considerSnapshots()
group("org.springframework.security") {
bom("spring-security-bom")

Loading…
Cancel
Save