Upgrade Spring Data to Moore-SR4

Resolves: #1564
This commit is contained in:
Eleftheria Stein
2020-01-28 10:22:14 +01:00
parent c0ee52b33b
commit 3b672787f3

View File

@@ -3,7 +3,7 @@ dependencyManagement {
mavenBom 'io.projectreactor:reactor-bom:Dysprosium-SR4'
mavenBom 'org.junit:junit-bom:5.5.2'
mavenBom 'org.springframework:spring-framework-bom:5.2.2.RELEASE'
mavenBom 'org.springframework.data:spring-data-releasetrain:Moore-RELEASE'
mavenBom 'org.springframework.data:spring-data-releasetrain:Moore-SR4'
mavenBom 'org.springframework.security:spring-security-bom:5.2.1.RELEASE'
mavenBom 'org.testcontainers:testcontainers-bom:1.12.2'
}