Browse Source

Upgrade to Spring Security 7.0.3

Closes gh-49093
pull/49582/head
Stéphane Nicoll 1 month ago
parent
commit
1354418f7d
  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.0.3-SNAPSHOT") {
library("Spring Security", "7.0.3") {
considerSnapshots()
group("org.springframework.security") {
bom("spring-security-bom")

Loading…
Cancel
Save