Upgrade Spring Data to 2021.2.0-RC1

Closes gh-2059
This commit is contained in:
Eleftheria Stein
2022-04-19 15:18:55 +02:00
parent dc8cca5351
commit 23a32acd56

View File

@@ -4,7 +4,7 @@ dependencyManagement {
mavenBom 'com.fasterxml.jackson:jackson-bom:2.13.2.20220328'
mavenBom 'org.junit:junit-bom:5.8.2'
mavenBom 'org.springframework:spring-framework-bom:5.3.19'
mavenBom 'org.springframework.data:spring-data-bom:2021.2.0-M2'
mavenBom 'org.springframework.data:spring-data-bom:2021.2.0-RC1'
mavenBom 'org.springframework.security:spring-security-bom:5.7.0-RC1'
mavenBom 'org.testcontainers:testcontainers-bom:1.17.1'
}