Upgrade Spring Data to Kay-SR2

Closes gh-932
This commit is contained in:
Vedran Pavic
2017-11-27 20:07:03 +01:00
parent 702bc37a99
commit 97ad0311e2

View File

@@ -3,7 +3,7 @@ dependencyManagement {
mavenBom 'com.fasterxml.jackson:jackson-bom:2.9.2'
mavenBom 'io.projectreactor:reactor-bom:Bismuth-SR4'
mavenBom 'org.springframework:spring-framework-bom:5.0.2.RELEASE'
mavenBom 'org.springframework.data:spring-data-releasetrain:Kay-SR1'
mavenBom 'org.springframework.data:spring-data-releasetrain:Kay-SR2'
mavenBom 'org.springframework.security:spring-security-bom:5.0.0.RC1'
}