Update to Spring Security 5.1.1.RELEASE

Fixes: gh-1222
This commit is contained in:
Rob Winch
2018-10-15 20:04:04 -05:00
parent f34acebf84
commit e408d7f557

View File

@@ -4,7 +4,7 @@ dependencyManagement {
mavenBom 'io.projectreactor:reactor-bom:Californium-SR1'
mavenBom 'org.springframework:spring-framework-bom:5.1.1.RELEASE'
mavenBom 'org.springframework.data:spring-data-releasetrain:Lovelace-SR1'
mavenBom 'org.springframework.security:spring-security-bom:5.1.0.RELEASE'
mavenBom 'org.springframework.security:spring-security-bom:5.1.1.RELEASE'
mavenBom 'org.testcontainers:testcontainers-bom:1.9.1'
}