Update to Spring Data 2022.0.0

Closes gh-2210
This commit is contained in:
Rob Winch
2022-11-22 09:03:59 -06:00
parent 3d7c668e57
commit d5b75228fc

View File

@@ -5,7 +5,7 @@ dependencyManagement {
mavenBom 'org.junit:junit-bom:5.9.1'
mavenBom 'org.mockito:mockito-bom:4.8.1'
mavenBom 'org.springframework:spring-framework-bom:6.0.0'
mavenBom 'org.springframework.data:spring-data-bom:2022.0.0-RC2'
mavenBom 'org.springframework.data:spring-data-bom:2022.0.0'
mavenBom 'org.springframework.security:spring-security-bom:6.0.0-RC2'
mavenBom 'org.testcontainers:testcontainers-bom:1.17.3'
}