Update to Spring Data Kay-BUILD-SNAPSHOT

Fixes gh-4634
This commit is contained in:
Rob Winch 2017-10-16 15:51:01 -05:00
parent d574d61abe
commit 06c87d0079

View File

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