Upgrade Spring Framework to 5.1.0.RC1

Closes gh-1124
This commit is contained in:
Vedran Pavic
2018-07-26 23:13:31 +02:00
parent cf926045dc
commit 1ca8a6476a

View File

@@ -2,7 +2,7 @@ dependencyManagement {
imports {
mavenBom 'com.fasterxml.jackson:jackson-bom:2.9.6'
mavenBom 'io.projectreactor:reactor-bom:Californium-M1'
mavenBom 'org.springframework:spring-framework-bom:5.0.7.RELEASE'
mavenBom 'org.springframework:spring-framework-bom:5.1.0.RC1'
mavenBom 'org.springframework.data:spring-data-releasetrain:Kay-SR8'
mavenBom 'org.springframework.security:spring-security-bom:5.0.6.RELEASE'
mavenBom 'org.testcontainers:testcontainers-bom:1.8.1'