Update to Spring Data RELEASE

This commit is contained in:
Rob Winch 2017-10-03 10:35:18 -05:00
parent f2bbeba9d2
commit f184ada186
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@ dependencyManagement {
imports {
mavenBom 'io.projectreactor:reactor-bom:Bismuth-RELEASE'
mavenBom 'org.springframework:spring-framework-bom:5.0.0.RELEASE'
mavenBom 'org.springframework.data:spring-data-releasetrain:Kay-BUILD-SNAPSHOT'
mavenBom 'org.springframework.data:spring-data-releasetrain:Kay-RELEASE'
}
dependencies {
dependency 'cglib:cglib-nodep:3.2.5'