Upgrade Spring Data to Moore-SR7

Resolves gh-1633
This commit is contained in:
Eleftheria Stein
2020-05-12 16:29:48 -04:00
parent 78a85789c9
commit 0b4140d892

View File

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