Upgrade samples to Spring Boot 2.2.0.M6

Resolves: #1504
This commit is contained in:
Vedran Pavic
2019-09-11 22:38:38 +02:00
parent 3b5dadb07f
commit c974eeb188
2 changed files with 3 additions and 1 deletions

View File

@@ -4,7 +4,7 @@ buildscript {
snapshotBuild = version.endsWith('SNAPSHOT')
milestoneBuild = !(releaseBuild || snapshotBuild)
springBootVersion = '2.2.0.M5'
springBootVersion = '2.2.0.M6'
}
repositories {

View File

@@ -1,3 +1,5 @@
ext['webjars-locator-core.version'] = '0.38'
dependencyManagement {
dependencies {
dependency 'ch.qos.logback:logback-classic:1.2.3'