Update to Spring Data Kay SR6

Fixes gh-5167
This commit is contained in:
Joe Grandja 2018-04-04 10:31:04 -04:00
parent 64cb256bb9
commit 1500a22439

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.5.RELEASE' mavenBom 'org.springframework:spring-framework-bom:5.0.5.RELEASE'
mavenBom 'org.springframework.data:spring-data-releasetrain:Kay-SR5' mavenBom 'org.springframework.data:spring-data-releasetrain:Kay-SR6'
} }
dependencies { dependencies {
dependency 'cglib:cglib-nodep:3.2.6' dependency 'cglib:cglib-nodep:3.2.6'