Update to Spring Data Kay SR7

Fixes: gh-5318
This commit is contained in:
Rob Winch 2018-05-08 09:04:23 -05:00
parent e61aafe115
commit a7e4f36dbe

View File

@ -2,7 +2,7 @@ dependencyManagement {
imports {
mavenBom 'io.projectreactor:reactor-bom:Bismuth-SR9'
mavenBom 'org.springframework:spring-framework-bom:5.0.6.RELEASE'
mavenBom 'org.springframework.data:spring-data-releasetrain:Kay-SR6'
mavenBom 'org.springframework.data:spring-data-releasetrain:Kay-SR7'
}
dependencies {
dependency 'cglib:cglib-nodep:3.2.6'