Upgrade Spring Data to Lovelace-RC2

Closes gh-1143
This commit is contained in:
Vedran Pavic
2018-08-20 11:51:28 +02:00
parent 38de434158
commit 3c4a309a0f

View File

@@ -3,7 +3,7 @@ dependencyManagement {
mavenBom 'com.fasterxml.jackson:jackson-bom:2.9.6'
mavenBom 'io.projectreactor:reactor-bom:Californium-M2'
mavenBom 'org.springframework:spring-framework-bom:5.1.0.RC2'
mavenBom 'org.springframework.data:spring-data-releasetrain:Lovelace-RC1'
mavenBom 'org.springframework.data:spring-data-releasetrain:Lovelace-RC2'
mavenBom 'org.springframework.security:spring-security-bom:5.1.0.M2'
mavenBom 'org.testcontainers:testcontainers-bom:1.8.3'
}