Browse Source

Upgrade to Spring Security 6.2.1

Closes gh-38700
pull/38884/head
Brian Clozel 2 years ago
parent
commit
bdb2cb131a
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save