Browse Source

Upgrade to Spring Security 6.2.8

Closes gh-43009
3.2.x
Stéphane Nicoll 1 year ago
parent
commit
b0ebb47e5e
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save