Switch to Spring Framework BOM 6.0.0-SNAPSHOT

This commit is contained in:
John Blum
2022-04-11 15:39:25 -07:00
parent cde256e1a3
commit 004cf6656b

View File

@@ -3,7 +3,7 @@ dependencyManagement {
mavenBom 'io.projectreactor:reactor-bom:2020.0.15'
mavenBom 'com.fasterxml.jackson:jackson-bom:2.13.1'
mavenBom 'org.junit:junit-bom:5.8.2'
mavenBom 'org.springframework:spring-framework-bom:6.0.0-M2'
mavenBom 'org.springframework:spring-framework-bom:6.0.0-SNAPSHOT'
mavenBom 'org.springframework.data:spring-data-bom:2022.0.0-M3'
mavenBom 'org.springframework.security:spring-security-bom:6.0.0-M1'
mavenBom 'org.testcontainers:testcontainers-bom:1.16.2'