Browse Source

Start building against Spring Security 7.0.0 snapshots

See gh-47832
pull/48068/head
Stéphane Nicoll 1 month ago committed by Andy Wilkinson
parent
commit
12b7edcb5e
  1. 2
      platform/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save