Upgrade samples to Spring Boot 2.1.13

Resolves #1600
This commit is contained in:
Eleftheria Stein
2020-03-04 11:49:37 -05:00
parent 2507c86cba
commit 6e5352d48f

View File

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