Browse Source

Upgrade to Spring Security 6.4.11

Closes gh-47258
pull/47304/head
Stéphane Nicoll 3 months ago
parent
commit
a2b680a0e1
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save