Start building against Spring Framework 5.1.0 snapshots

See gh-1141
This commit is contained in:
Vedran Pavic
2018-08-03 22:50:24 +02:00
parent 97e52de41b
commit 644239ee14
2 changed files with 3 additions and 1 deletions

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.1.0.RC1'
mavenBom 'org.springframework:spring-framework-bom:5.1.0.BUILD-SNAPSHOT'
mavenBom 'org.springframework.data:spring-data-releasetrain:Lovelace-RC1'
mavenBom 'org.springframework.security:spring-security-bom:5.1.0.M2'
mavenBom 'org.testcontainers:testcontainers-bom:1.8.1'

View File

@@ -1,3 +1,5 @@
ext['spring.version'] = '5.1.0.BUILD-SNAPSHOT'
dependencyManagement {
dependencies {
dependency 'ch.qos.logback:logback-classic:1.2.3'