Browse Source

Upgrade to Spring Security 6.1.7

Closes gh-39466
3.1.x
Andy Wilkinson 2 years ago
parent
commit
1c5858e59f
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save