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

View File

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