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 {
releaseNotes("https://github.com/spring-projects/spring-retry/releases/tag/v{version}") 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() considerSnapshots()
group("org.springframework.security") { group("org.springframework.security") {
imports = [ imports = [

Loading…
Cancel
Save