Upgrade Spring Framework to 5.0.6.RELEASE

See gh-1058
This commit is contained in:
Vedran Pavic
2018-05-08 16:25:34 +02:00
parent 751375338c
commit c8e9630fdd

View File

@@ -2,7 +2,7 @@ dependencyManagement {
imports {
mavenBom 'com.fasterxml.jackson:jackson-bom:2.9.4'
mavenBom 'io.projectreactor:reactor-bom:Bismuth-SR8'
mavenBom 'org.springframework:spring-framework-bom:5.0.5.RELEASE'
mavenBom 'org.springframework:spring-framework-bom:5.0.6.RELEASE'
mavenBom 'org.springframework.data:spring-data-releasetrain:Kay-SR6'
mavenBom 'org.springframework.security:spring-security-bom:5.0.4.RELEASE'
mavenBom 'org.testcontainers:testcontainers-bom:1.7.1'