Update to Spring Data 2022.0.0-RC1

Closes gh-2186
This commit is contained in:
Rob Winch
2022-10-17 22:35:09 -05:00
parent fd835fd316
commit bc93d80a17

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-RC1'
mavenBom 'org.springframework.data:spring-data-bom:2022.0.0-SNAPSHOT'
mavenBom 'org.springframework.data:spring-data-bom:2022.0.0-RC1'
mavenBom 'org.springframework.security:spring-security-bom:6.0.0-SNAPSHOT'
mavenBom 'org.testcontainers:testcontainers-bom:1.17.3'
}