Upgrade Spring Framework to 5.1.6.RELEASE

Resolves: #1353
This commit is contained in:
Vedran Pavic
2019-03-31 12:51:20 +02:00
parent edbeb98f9a
commit 15f7d91660

View File

@@ -2,7 +2,7 @@ dependencyManagement {
imports {
mavenBom 'com.fasterxml.jackson:jackson-bom:2.9.6'
mavenBom 'io.projectreactor:reactor-bom:Californium-SR6'
mavenBom 'org.springframework:spring-framework-bom:5.1.5.RELEASE'
mavenBom 'org.springframework:spring-framework-bom:5.1.6.RELEASE'
mavenBom 'org.springframework.data:spring-data-releasetrain:Lovelace-SR5'
mavenBom 'org.springframework.security:spring-security-bom:5.1.4.RELEASE'
mavenBom 'org.testcontainers:testcontainers-bom:1.10.6'