Update org.springframework.data:spring-data-bom to 2023.1.0-RC1

Closes gh-2488
This commit is contained in:
Marcus Da Coregio
2023-10-16 14:48:07 -03:00
parent a8a4c50368
commit 9ddec75112

View File

@@ -5,7 +5,7 @@ dependencyManagement {
mavenBom 'org.junit:junit-bom:5.10.0'
mavenBom 'org.mockito:mockito-bom:5.5.0'
mavenBom 'org.springframework:spring-framework-bom:6.1.0-RC1'
mavenBom 'org.springframework.data:spring-data-bom:2023.1.0-M1'
mavenBom 'org.springframework.data:spring-data-bom:2023.1.0-RC1'
mavenBom 'org.springframework.security:spring-security-bom:6.2.0-M1'
mavenBom 'org.testcontainers:testcontainers-bom:1.18.3'
}