Update to Spring Data Kay SR4

Fixes: gh-5029
This commit is contained in:
Rob Winch 2018-02-19 22:03:31 -06:00
parent 4ba064ca0a
commit 0704315fca
1 changed files with 1 additions and 1 deletions

View File

@ -1,8 +1,8 @@
dependencyManagement { dependencyManagement {
imports { imports {
mavenBom 'io.projectreactor:reactor-bom:Bismuth-SR6' mavenBom 'io.projectreactor:reactor-bom:Bismuth-SR6'
mavenBom 'org.springframework.data:spring-data-releasetrain:Kay-SR3'
mavenBom 'org.springframework:spring-framework-bom:5.0.4.RELEASE' mavenBom 'org.springframework:spring-framework-bom:5.0.4.RELEASE'
mavenBom 'org.springframework.data:spring-data-releasetrain:Kay-SR4'
} }
dependencies { dependencies {
dependency 'cglib:cglib-nodep:3.2.6' dependency 'cglib:cglib-nodep:3.2.6'