Upgrade Spring Data to Moore-SR13

Closes gh-1839
This commit is contained in:
Eleftheria Stein
2021-04-13 15:14:11 +02:00
parent 0758dd737d
commit 9f142ed49d

View File

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