Upgrade Spring Data to Moore-RC1

Resolves: #1436
This commit is contained in:
Vedran Pavic
2019-06-14 15:38:52 +02:00
parent 4f9d55feec
commit 3d03c02924

View File

@@ -4,7 +4,7 @@ dependencyManagement {
mavenBom 'io.projectreactor:reactor-bom:Dysprosium-M2'
mavenBom 'org.junit:junit-bom:5.4.2'
mavenBom 'org.springframework:spring-framework-bom:5.2.0.M3'
mavenBom 'org.springframework.data:spring-data-releasetrain:Moore-BUILD-SNAPSHOT'
mavenBom 'org.springframework.data:spring-data-releasetrain:Moore-RC1'
mavenBom 'org.springframework.security:spring-security-bom:5.2.0.BUILD-SNAPSHOT'
mavenBom 'org.testcontainers:testcontainers-bom:1.11.3'
}