Update to Spring Data Kay-SR12

Fixes: gh-6164
This commit is contained in:
Rob Winch 2018-11-28 09:20:58 -06:00
parent 0aedbf4496
commit aaa8abdfb8

View File

@ -2,7 +2,7 @@ dependencyManagement {
imports { imports {
mavenBom 'io.projectreactor:reactor-bom:Bismuth-SR14' mavenBom 'io.projectreactor:reactor-bom:Bismuth-SR14'
mavenBom 'org.springframework:spring-framework-bom:5.0.11.RELEASE' mavenBom 'org.springframework:spring-framework-bom:5.0.11.RELEASE'
mavenBom 'org.springframework.data:spring-data-releasetrain:Kay-SR11' mavenBom 'org.springframework.data:spring-data-releasetrain:Kay-SR12'
} }
dependencies { dependencies {
dependency 'cglib:cglib-nodep:3.2.7' dependency 'cglib:cglib-nodep:3.2.7'