Start building against Spring Security 5.2 snapshots

See: #1437
This commit is contained in:
Vedran Pavic
2019-05-31 23:07:10 +02:00
parent 57ffb90a0c
commit 02bb998f97

View File

@@ -4,7 +4,7 @@ dependencyManagement {
mavenBom 'io.projectreactor:reactor-bom:Dysprosium-M1'
mavenBom 'org.springframework:spring-framework-bom:5.2.0.BUILD-SNAPSHOT'
mavenBom 'org.springframework.data:spring-data-releasetrain:Moore-BUILD-SNAPSHOT'
mavenBom 'org.springframework.security:spring-security-bom:5.2.0.M1'
mavenBom 'org.springframework.security:spring-security-bom:5.2.0.BUILD-SNAPSHOT'
mavenBom 'org.testcontainers:testcontainers-bom:1.11.1'
}