Upgrade Spring Data to Lovelace-SR16

Resolves #1598
This commit is contained in:
Eleftheria Stein
2020-03-04 11:16:33 -05:00
parent 1ce95f8591
commit 01f7ff9a51

View File

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