Upgrade Spring Data to Kay-SR1

Closes gh-903
This commit is contained in:
Vedran Pavic
2017-10-27 18:31:20 +02:00
parent 2c664d1d9e
commit 9ea1fb9af1

View File

@@ -3,7 +3,7 @@ dependencyManagement {
mavenBom 'com.fasterxml.jackson:jackson-bom:2.9.1'
mavenBom 'io.projectreactor:reactor-bom:Bismuth-SR3'
mavenBom 'org.springframework:spring-framework-bom:5.0.1.RELEASE'
mavenBom 'org.springframework.data:spring-data-releasetrain:Kay-RELEASE'
mavenBom 'org.springframework.data:spring-data-releasetrain:Kay-SR1'
mavenBom 'org.springframework.security:spring-security-bom:5.0.0.M5'
}