Upgrade samples to Spring Boot 2.2.9.RELEASE

Closes gh-1686
This commit is contained in:
Eleftheria Stein
2020-09-15 11:16:15 +02:00
parent bbec4bd8e6
commit 2bdc416621

View File

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