Upgrade samples to Spring Boot 2.2.5

Resolves: #1589
This commit is contained in:
Eleftheria Stein
2020-03-02 15:46:30 -05:00
parent d123960f89
commit 31de86ecef

View File

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