Upgrade samples to Spring Boot 2.1.0.RELEASE

Resolves: #1240
This commit is contained in:
Vedran Pavic
2018-11-01 17:24:59 +01:00
parent 979e91256d
commit bf861933ed

View File

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