Browse Source

Upgrade to Spring Security 6.1.5

Closes gh-37701
pull/38706/head
Andy Wilkinson 2 years ago
parent
commit
0c9c48d54b
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save