Browse Source

Upgrade to Spring Security 5.7.6

Closes gh-33544
pull/33648/head
Brian Clozel 3 years ago
parent
commit
3aca776b5d
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

@ -1780,7 +1780,7 @@ bom { @@ -1780,7 +1780,7 @@ bom {
]
}
}
library("Spring Security", "5.7.5") {
library("Spring Security", "5.7.6") {
prohibit("[6.0.0-M1,)") {
because "it uses Spring Framework 6"
}

Loading…
Cancel
Save