Browse Source

Upgrade to Spring Security 6.0.8

Closes gh-37685
pull/38325/head
Andy Wilkinson 2 years ago
parent
commit
517c63336a
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save