Upgrade samples to Spring Boot 2.2.9.RELEASE

Closes gh-1690
This commit is contained in:
Eleftheria Stein
2020-09-15 11:49:32 +02:00
parent a0a394d17f
commit dfab409f30

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 {