Update to Spring Security 5.2.0.RC1

Fixes gh-1487
This commit is contained in:
Rob Winch
2019-09-06 09:30:59 -05:00
parent 560ee5ff4f
commit 840da7fb5a

View File

@@ -5,7 +5,7 @@ dependencyManagement {
mavenBom 'org.junit:junit-bom:5.5.1'
mavenBom 'org.springframework:spring-framework-bom:5.2.0.RC2'
mavenBom 'org.springframework.data:spring-data-releasetrain:Moore-RC3'
mavenBom 'org.springframework.security:spring-security-bom:5.2.0.BUILD-SNAPSHOT'
mavenBom 'org.springframework.security:spring-security-bom:5.2.0.RC1'
mavenBom 'org.testcontainers:testcontainers-bom:1.12.0'
}