Upgrade Spring Framework to 5.2.6.RELEASE

Resolves gh-1622
This commit is contained in:
Eleftheria Stein
2020-05-05 11:17:34 -04:00
parent e4a8a6aa5c
commit 1deedad3b9

View File

@@ -2,7 +2,7 @@ dependencyManagement {
imports {
mavenBom 'io.projectreactor:reactor-bom:Dysprosium-SR5'
mavenBom 'org.junit:junit-bom:5.6.2'
mavenBom 'org.springframework:spring-framework-bom:5.2.4.RELEASE'
mavenBom 'org.springframework:spring-framework-bom:5.2.6.RELEASE'
mavenBom 'org.springframework.data:spring-data-releasetrain:Neumann-M3'
mavenBom 'org.springframework.security:spring-security-bom:5.3.0.RC1'
mavenBom 'org.testcontainers:testcontainers-bom:1.12.5'