Upgrade dependencies to latest snapshots

- Reactor Bismuth-BUILD-SNAPSHOT
- Spring Framework 5.0.0.BUILD-SNAPSHOT
- Spring Data Kay-BUILD-SNAPSHOT
- Spring Security 5.0.0.BUILD-SNAPSHOT
This commit is contained in:
Vedran Pavic
2017-09-14 07:18:24 +02:00
parent d28ca4658b
commit da058e9510

View File

@@ -1,9 +1,9 @@
dependencyManagement {
imports {
mavenBom 'io.projectreactor:reactor-bom:Bismuth-M4'
mavenBom 'org.springframework:spring-framework-bom:5.0.0.RC4'
mavenBom 'org.springframework.data:spring-data-releasetrain:Kay-RC3'
mavenBom 'org.springframework.security:spring-security-bom:5.0.0.M4'
mavenBom 'io.projectreactor:reactor-bom:Bismuth-BUILD-SNAPSHOT'
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'
}
dependencies {