Update to Spring Data Kay-SR14

Fixes gh-6710
This commit is contained in:
Joe Grandja 2019-04-02 12:27:28 -04:00
parent 1304c958bf
commit 1e281a255a

View File

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