Upgrade samples to Spring Boot 2.2.7

Resolves gh-1624
This commit is contained in:
Eleftheria Stein
2020-05-12 12:54:19 -04:00
parent 9e7736bf7f
commit 3114ef51ec

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 {