Upgrade samples to Spring Boot 2.2.7

Resolves gh-1630
This commit is contained in:
Eleftheria Stein
2020-05-12 16:28:08 -04:00
parent 05a9903348
commit 811e156a9c

View File

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