Update to Spring Data Kay SR2
This commit is contained in:
parent
ee1745b681
commit
e66bcca1fe
|
@ -2,7 +2,7 @@ dependencyManagement {
|
||||||
imports {
|
imports {
|
||||||
mavenBom 'io.projectreactor:reactor-bom:Bismuth-SR4'
|
mavenBom 'io.projectreactor:reactor-bom:Bismuth-SR4'
|
||||||
mavenBom 'org.springframework:spring-framework-bom:5.0.2.RELEASE'
|
mavenBom 'org.springframework:spring-framework-bom:5.0.2.RELEASE'
|
||||||
mavenBom 'org.springframework.data:spring-data-releasetrain:Kay-SR1'
|
mavenBom 'org.springframework.data:spring-data-releasetrain:Kay-SR2'
|
||||||
}
|
}
|
||||||
dependencies {
|
dependencies {
|
||||||
dependency 'cglib:cglib-nodep:3.2.5'
|
dependency 'cglib:cglib-nodep:3.2.5'
|
||||||
|
|
Loading…
Reference in New Issue