Update to Spring Data Kay-SR13

Fixes gh-6391
This commit is contained in:
Joe Grandja 2019-01-10 13:34:38 -05:00
parent 1d206052df
commit 3c541a1783

View File

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