Upgrade samples to Spring Boot 2.2.4.RELEASE

Resolves: #1563
This commit is contained in:
Eleftheria Stein
2020-01-28 10:26:32 +01:00
parent 3b672787f3
commit 6931d40e6e

View File

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