Upgrade samples to Spring Boot 2.1.14

Resolves gh-1639
This commit is contained in:
Eleftheria Stein
2020-05-13 11:02:58 -04:00
parent 6cb1764066
commit 41a84efd21

View File

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