Browse Source

Upgrade to Spring Security 5.3.0.M1

Closes gh-19654
pull/19681/head
Andy Wilkinson 6 years ago
parent
commit
c8236a74d8
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

@ -1735,7 +1735,7 @@ bom { @@ -1735,7 +1735,7 @@ bom {
]
}
}
library('Spring Security', '5.2.1.RELEASE') {
library('Spring Security', '5.3.0.M1') {
group('org.springframework.security') {
imports = [
'spring-security-bom'

Loading…
Cancel
Save