@@ -4,7 +4,7 @@ buildscript {
|
||||
snapshotBuild = version.endsWith('SNAPSHOT')
|
||||
milestoneBuild = !(releaseBuild || snapshotBuild)
|
||||
|
||||
springBootVersion = '2.2.0.M4'
|
||||
springBootVersion = '2.2.0.M5'
|
||||
}
|
||||
|
||||
repositories {
|
||||
|
||||
@@ -1,5 +1,3 @@
|
||||
ext['spring-framework.version'] = '5.2.0.RC1'
|
||||
|
||||
dependencyManagement {
|
||||
dependencies {
|
||||
dependency 'ch.qos.logback:logback-classic:1.2.3'
|
||||
|
||||
Reference in New Issue
Block a user