Update to Spring Data Kay SR5

Fixes: gh-5049
This commit is contained in:
Rob Winch 2018-02-28 07:05:08 -06:00
parent ec3534ac8d
commit ab5a760380
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@ dependencyManagement {
imports {
mavenBom 'io.projectreactor:reactor-bom:Bismuth-SR7'
mavenBom 'org.springframework:spring-framework-bom:5.0.4.RELEASE'
mavenBom 'org.springframework.data:spring-data-releasetrain:Kay-SR4'
mavenBom 'org.springframework.data:spring-data-releasetrain:Kay-SR5'
}
dependencies {
dependency 'cglib:cglib-nodep:3.2.6'