Update to spring-data-bom:2021.2.0

Closes gh-2085
This commit is contained in:
Rob Winch
2022-05-18 09:24:33 -05:00
parent 7f8c0387a7
commit 4bf15cda3b

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.20'
mavenBom 'org.springframework.data:spring-data-bom:2021.2.0-RC1'
mavenBom 'org.springframework.data:spring-data-bom:2021.2.0'
mavenBom 'org.springframework.security:spring-security-bom:5.7.0-RC1'
mavenBom 'org.testcontainers:testcontainers-bom:1.17.1'
}