Update to Spring Data RELEASE

This commit is contained in:
Rob Winch 2017-10-03 10:35:18 -05:00
parent f2bbeba9d2
commit f184ada186

View File

@ -2,7 +2,7 @@ dependencyManagement {
imports { imports {
mavenBom 'io.projectreactor:reactor-bom:Bismuth-RELEASE' mavenBom 'io.projectreactor:reactor-bom:Bismuth-RELEASE'
mavenBom 'org.springframework:spring-framework-bom:5.0.0.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 { dependencies {
dependency 'cglib:cglib-nodep:3.2.5' dependency 'cglib:cglib-nodep:3.2.5'