Upgrade samples to Spring Boot 2.1.3.RELEASE

Resolves: #1357
This commit is contained in:
Vedran Pavic
2019-03-12 18:29:26 +01:00
parent 0c9fbedd05
commit ea84b8bd22

View File

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