Browse Source

Upgrade to Spring Security 6.4.4

Closes gh-44572
pull/44789/head
Andy Wilkinson 9 months ago
parent
commit
089ce80b81
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save