Browse Source

Upgrade to Spring Security 5.7.7

Closes gh-34145
pull/34332/head
Andy Wilkinson 3 years ago
parent
commit
e51a4d4575
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

@ -1832,7 +1832,7 @@ bom { @@ -1832,7 +1832,7 @@ bom {
]
}
}
library("Spring Security", "5.7.7-SNAPSHOT") {
library("Spring Security", "5.7.7") {
prohibit {
versionRange "[6.0.0-M1,)"
because "it uses Spring Framework 6"

Loading…
Cancel
Save