Upgrade samples to Spring Boot 2.2.5

Resolves #1596
This commit is contained in:
Eleftheria Stein
2020-03-04 10:50:54 -05:00
parent 234cb6dd88
commit 028bae1f11

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 {