Update to Spring Data Kay-SR10

Fixes gh-5808
This commit is contained in:
Joe Grandja 2018-09-10 09:30:11 -04:00
parent 93e0ce5236
commit 10d53be70b

View File

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