Upgrade Spring Framework to 6.0.0-M2

Closes gh-2005
This commit is contained in:
Eleftheria Stein
2022-01-14 17:18:12 +01:00
parent 24a3203755
commit 1bc3bd2e6f

View File

@@ -3,7 +3,7 @@ dependencyManagement {
mavenBom 'io.projectreactor:reactor-bom:2020.0.12'
mavenBom 'com.fasterxml.jackson:jackson-bom:2.11.2'
mavenBom 'org.junit:junit-bom:5.8.1'
mavenBom 'org.springframework:spring-framework-bom:6.0.0-SNAPSHOT'
mavenBom 'org.springframework:spring-framework-bom:6.0.0-M2'
mavenBom 'org.springframework.data:spring-data-bom:2022.0.0-M1'
mavenBom 'org.springframework.security:spring-security-bom:6.0.0-SNAPSHOT'
mavenBom 'org.testcontainers:testcontainers-bom:1.16.0'