Start building against Spring Data Moore-RELEASE snapshots

See: #1507
This commit is contained in:
Vedran Pavic
2019-09-12 22:46:18 +02:00
parent 6c76a1ccdd
commit a209d436d1

View File

@@ -4,7 +4,7 @@ dependencyManagement {
mavenBom 'io.projectreactor:reactor-bom:Dysprosium-RC1'
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-RC3'
mavenBom 'org.springframework.data:spring-data-releasetrain:Moore-BUILD-SNAPSHOT'
mavenBom 'org.springframework.security:spring-security-bom:5.2.0.RC1'
mavenBom 'org.testcontainers:testcontainers-bom:1.12.0'
}