Browse Source

Start building against Spring Security 7.0.0-M2 snapshots

See gh-46624
pull/46640/head
Phillip Webb 6 months ago
parent
commit
baf802d6b0
  1. 2
      platform/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save