Upgrade to Spring Data 2022.1

Closes gh-1951
This commit is contained in:
Eleftheria Stein
2021-11-12 10:14:53 +01:00
parent a9b9ae347f
commit c2ed6a31be

View File

@@ -3,9 +3,9 @@ dependencyManagement {
mavenBom 'io.projectreactor:reactor-bom:2020.0.12'
mavenBom 'com.fasterxml.jackson:jackson-bom:2.11.2'
mavenBom 'org.junit:junit-bom:5.8.1'
mavenBom 'org.springframework.data:spring-data-bom:2021.1.0-RC1'
mavenBom 'org.springframework.security:spring-security-bom:5.6.0-RC1'
mavenBom 'org.springframework:spring-framework-bom:6.0.0-SNAPSHOT'
mavenBom 'org.springframework.data:spring-data-bom:2022.1.0-SNAPSHOT'
mavenBom 'org.testcontainers:testcontainers-bom:1.16.0'
}