Update to spring-data-bom:2022.0.0-M4

Closes gh-2144
This commit is contained in:
Rob Winch
2022-09-20 13:35:17 -05:00
parent f65f84a129
commit b8d660712e

View File

@@ -3,9 +3,9 @@ dependencyManagement {
mavenBom 'io.projectreactor:reactor-bom:2022.0.0-M6'
mavenBom 'com.fasterxml.jackson:jackson-bom:2.13.4'
mavenBom 'org.junit:junit-bom:5.9.0'
mavenBom 'org.springframework.data:spring-data-bom:2022.0.0-M4'
mavenBom 'org.springframework.security:spring-security-bom:6.0.0-SNAPSHOT'
mavenBom 'org.springframework:spring-framework-bom:6.0.0-M6'
mavenBom 'org.springframework.data:spring-data-bom:2022.0.0-M6'
mavenBom 'org.testcontainers:testcontainers-bom:1.17.3'
}