Upgrade Spring Framework to 5.2.14.RELEASE

Closes gh-1836
This commit is contained in:
Eleftheria Stein
2021-04-13 15:13:03 +02:00
parent 61d3d56e6d
commit f7852f379a

View File

@@ -2,7 +2,7 @@ dependencyManagement {
imports {
mavenBom 'io.projectreactor:reactor-bom:Dysprosium-SR19'
mavenBom 'org.junit:junit-bom:5.5.2'
mavenBom 'org.springframework:spring-framework-bom:5.2.12.RELEASE'
mavenBom 'org.springframework:spring-framework-bom:5.2.14.RELEASE'
mavenBom 'org.springframework.data:spring-data-releasetrain:Moore-SR12'
mavenBom 'org.springframework.security:spring-security-bom:5.2.8.RELEASE'
mavenBom 'org.testcontainers:testcontainers-bom:1.15.1'