Start building against Spring Framework 5.2.0.RELEASE snapshots

See: #1506
This commit is contained in:
Vedran Pavic
2019-09-12 22:45:33 +02:00
parent c974eeb188
commit 6c76a1ccdd

View File

@@ -3,7 +3,7 @@ dependencyManagement {
mavenBom 'com.fasterxml.jackson:jackson-bom:2.9.6'
mavenBom 'io.projectreactor:reactor-bom:Dysprosium-RC1'
mavenBom 'org.junit:junit-bom:5.5.1'
mavenBom 'org.springframework:spring-framework-bom:5.2.0.RC2'
mavenBom 'org.springframework:spring-framework-bom:5.2.0.BUILD-SNAPSHOT'
mavenBom 'org.springframework.data:spring-data-releasetrain:Moore-RC3'
mavenBom 'org.springframework.security:spring-security-bom:5.2.0.RC1'
mavenBom 'org.testcontainers:testcontainers-bom:1.12.0'