Upgrade dependencies to current milestones

- Spring Framework 5.0.0.RC3
- Spring Data Kay-RC1
- Spring Security 5.0.0.M3
This commit is contained in:
Vedran Pavic
2017-07-25 10:11:26 +02:00
parent 9120151692
commit 99a2b079ac

View File

@@ -1,9 +1,9 @@
dependencyManagement {
imports {
mavenBom 'io.projectreactor:reactor-bom:Bismuth-M3'
mavenBom 'org.springframework:spring-framework-bom:5.0.0.BUILD-SNAPSHOT'
mavenBom 'org.springframework.data:spring-data-releasetrain:Kay-BUILD-SNAPSHOT'
mavenBom 'org.springframework.security:spring-security-bom:5.0.0.BUILD-SNAPSHOT'
mavenBom 'org.springframework:spring-framework-bom:5.0.0.RC3'
mavenBom 'org.springframework.data:spring-data-releasetrain:Kay-RC1'
mavenBom 'org.springframework.security:spring-security-bom:5.0.0.M3'
}
dependencies {
dependency 'com.fasterxml.jackson.core:jackson-databind:2.9.0.pr3'