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
1 changed files with 1 additions and 1 deletions

View File

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