1
0
mirror of synced 2026-07-19 17:45:11 +00:00

Update to Spring Data Kay SR6

Fixes gh-5167
This commit is contained in:
Joe Grandja
2018-04-04 10:31:04 -04:00
parent 64cb256bb9
commit 1500a22439
+1 -1
View File
@@ -2,7 +2,7 @@ dependencyManagement {
imports {
mavenBom 'io.projectreactor:reactor-bom:Bismuth-SR7'
mavenBom 'org.springframework:spring-framework-bom:5.0.5.RELEASE'
mavenBom 'org.springframework.data:spring-data-releasetrain:Kay-SR5'
mavenBom 'org.springframework.data:spring-data-releasetrain:Kay-SR6'
}
dependencies {
dependency 'cglib:cglib-nodep:3.2.6'