Browse Source

Upgrade to Spring Security 6.3.0

Closes gh-40678
pull/40847/head
Andy Wilkinson 2 years ago
parent
commit
052cb19653
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save