Browse Source

Upgrade to Spring Security 6.2.3

Closes gh-39887
pull/40157/head
Andy Wilkinson 2 years ago
parent
commit
9365dae768
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

@ -1606,7 +1606,7 @@ bom { @@ -1606,7 +1606,7 @@ bom {
]
}
}
library("Spring Security", "6.2.3-SNAPSHOT") {
library("Spring Security", "6.2.3") {
considerSnapshots()
group("org.springframework.security") {
imports = [

Loading…
Cancel
Save