Browse Source

Start building against Spring Security 7.0.3 snapshots

See gh-49093
pull/49222/head
Andy Wilkinson 2 months ago
parent
commit
87a41f14cb
  1. 2
      platform/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save