Browse Source

Upgrade to Spring Security 6.3.5

Closes gh-43013
pull/43333/head
Stéphane Nicoll 1 year ago
parent
commit
5af29d38a0
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

@ -2272,7 +2272,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.3.5-SNAPSHOT") { library("Spring Security", "6.3.5") {
considerSnapshots() considerSnapshots()
group("org.springframework.security") { group("org.springframework.security") {
imports = [ imports = [

Loading…
Cancel
Save