Upgrade Spring Data to Kay-SR11

Resolves: #1224
This commit is contained in:
Vedran Pavic
2018-10-15 19:48:24 +02:00
parent c57a286e35
commit 0886e237b6

View File

@@ -3,7 +3,7 @@ dependencyManagement {
mavenBom 'com.fasterxml.jackson:jackson-bom:2.9.6'
mavenBom 'io.projectreactor:reactor-bom:Bismuth-SR11'
mavenBom 'org.springframework:spring-framework-bom:5.0.10.RELEASE'
mavenBom 'org.springframework.data:spring-data-releasetrain:Kay-SR10'
mavenBom 'org.springframework.data:spring-data-releasetrain:Kay-SR11'
mavenBom 'org.springframework.security:spring-security-bom:5.0.8.RELEASE'
mavenBom 'org.testcontainers:testcontainers-bom:1.8.3'
}