Browse Source

Upgrade to Spring Security 6.4.3

Closes gh-44126
pull/44380/head
Andy Wilkinson 10 months ago
parent
commit
b36b64b7ea
  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.3-SNAPSHOT") { library("Spring Security", "6.4.3") {
considerSnapshots() considerSnapshots()
group("org.springframework.security") { group("org.springframework.security") {
imports = [ imports = [

Loading…
Cancel
Save