Start building against Spring Security 5.2.0.RELEASE snapshots

See: #1508
This commit is contained in:
Vedran Pavic
2019-09-12 22:47:01 +02:00
parent a209d436d1
commit bf31a9b04b

View File

@@ -5,7 +5,7 @@ dependencyManagement {
mavenBom 'org.junit:junit-bom:5.5.1'
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.RC1'
mavenBom 'org.springframework.security:spring-security-bom:5.2.0.BUILD-SNAPSHOT'
mavenBom 'org.testcontainers:testcontainers-bom:1.12.0'
}