Upgrade Spring Framework to 5.2.12

Closes gh-1769
This commit is contained in:
Eleftheria Stein
2021-01-18 14:39:06 +01:00
parent fcf3f4a542
commit 441fc363a1

View File

@@ -2,7 +2,7 @@ dependencyManagement {
imports {
mavenBom 'io.projectreactor:reactor-bom:Dysprosium-SR16'
mavenBom 'org.junit:junit-bom:5.6.2'
mavenBom 'org.springframework:spring-framework-bom:5.2.9.RELEASE'
mavenBom 'org.springframework:spring-framework-bom:5.2.12.RELEASE'
mavenBom 'org.springframework.data:spring-data-releasetrain:Neumann-SR4'
mavenBom 'org.springframework.security:spring-security-bom:5.3.4.RELEASE'
mavenBom 'org.testcontainers:testcontainers-bom:1.15.1'