Upgrade Spring Data to Moore-SR12

Closes gh-1775
This commit is contained in:
Eleftheria Stein
2021-01-18 16:27:19 +01:00
parent 7f9abc822f
commit 70c14368e5

View File

@@ -3,7 +3,7 @@ dependencyManagement {
mavenBom 'io.projectreactor:reactor-bom:Dysprosium-SR16'
mavenBom 'org.junit:junit-bom:5.5.2'
mavenBom 'org.springframework:spring-framework-bom:5.2.12.RELEASE'
mavenBom 'org.springframework.data:spring-data-releasetrain:Moore-SR10'
mavenBom 'org.springframework.data:spring-data-releasetrain:Moore-SR12'
mavenBom 'org.springframework.security:spring-security-bom:5.2.8.RELEASE'
mavenBom 'org.testcontainers:testcontainers-bom:1.15.1'
}