Browse Source

Upgrade to Spring Security 7.1.0-M1

Closes gh-48802
pull/48952/head
Andy Wilkinson 2 weeks ago
parent
commit
697c8fe385
  1. 2
      platform/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save