Update to Spring Framework 6.0.0

Closes gh-2209
This commit is contained in:
Rob Winch
2022-11-22 09:02:56 -06:00
parent e83cf082c4
commit 3d7c668e57

View File

@@ -4,7 +4,7 @@ dependencyManagement {
mavenBom 'com.fasterxml.jackson:jackson-bom:2.13.4.20221013'
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-RC4'
mavenBom 'org.springframework:spring-framework-bom:6.0.0'
mavenBom 'org.springframework.data:spring-data-bom:2022.0.0-RC2'
mavenBom 'org.springframework.security:spring-security-bom:6.0.0-RC2'
mavenBom 'org.testcontainers:testcontainers-bom:1.17.3'