Upgrade Spring Framework to 5.2.4.RELEASE

Resolves #1593
This commit is contained in:
Eleftheria Stein
2020-03-04 10:48:41 -05:00
parent c6d129a5a5
commit 089f6b92de

View File

@@ -2,7 +2,7 @@ dependencyManagement {
imports {
mavenBom 'io.projectreactor:reactor-bom:Dysprosium-SR5'
mavenBom 'org.junit:junit-bom:5.5.2'
mavenBom 'org.springframework:spring-framework-bom:5.2.2.RELEASE'
mavenBom 'org.springframework:spring-framework-bom:5.2.4.RELEASE'
mavenBom 'org.springframework.data:spring-data-releasetrain:Moore-SR4'
mavenBom 'org.springframework.security:spring-security-bom:5.2.1.RELEASE'
mavenBom 'org.testcontainers:testcontainers-bom:1.12.2'