Upgrade Spring Data to 2021.1.2

Closes gh-2032
This commit is contained in:
Eleftheria Stein
2022-02-22 10:24:56 +01:00
parent 11aa50e83c
commit ad16f17398

View File

@@ -4,7 +4,7 @@ dependencyManagement {
mavenBom 'com.fasterxml.jackson:jackson-bom:2.13.0'
mavenBom 'org.junit:junit-bom:5.8.2'
mavenBom 'org.springframework:spring-framework-bom:5.3.14'
mavenBom 'org.springframework.data:spring-data-bom:2021.1.0'
mavenBom 'org.springframework.data:spring-data-bom:2021.1.2'
mavenBom 'org.springframework.security:spring-security-bom:5.6.2'
mavenBom 'org.testcontainers:testcontainers-bom:1.16.2'
}