Upgrade Spring Framework to 5.1.3.RELEASE

Resolves: #1248
This commit is contained in:
Vedran Pavic
2018-11-27 11:29:10 +01:00
parent 3480c65c2b
commit 2db79e2bb8

View File

@@ -2,7 +2,7 @@ dependencyManagement {
imports {
mavenBom 'com.fasterxml.jackson:jackson-bom:2.9.6'
mavenBom 'io.projectreactor:reactor-bom:Californium-SR3'
mavenBom 'org.springframework:spring-framework-bom:5.1.2.RELEASE'
mavenBom 'org.springframework:spring-framework-bom:5.1.3.RELEASE'
mavenBom 'org.springframework.data:spring-data-releasetrain:Lovelace-SR2'
mavenBom 'org.springframework.security:spring-security-bom:5.1.1.RELEASE'
mavenBom 'org.testcontainers:testcontainers-bom:1.10.1'