Upgrade Spring Data to Lovelace-SR14

Resolves: #1571
This commit is contained in:
Eleftheria Stein
2020-01-28 12:13:23 +01:00
parent 9befe44769
commit c391adfea1

View File

@@ -2,7 +2,7 @@ dependencyManagement {
imports {
mavenBom 'io.projectreactor:reactor-bom:Californium-SR14'
mavenBom 'org.springframework:spring-framework-bom:5.1.10.RELEASE'
mavenBom 'org.springframework.data:spring-data-releasetrain:Lovelace-SR11'
mavenBom 'org.springframework.data:spring-data-releasetrain:Lovelace-SR14'
mavenBom 'org.springframework.security:spring-security-bom:5.1.5.RELEASE'
mavenBom 'org.testcontainers:testcontainers-bom:1.12.2'
}