Upgrade samples to Spring Boot 2.2.13.RELEASE

Closes gh-1829
This commit is contained in:
Eleftheria Stein
2021-04-13 14:34:03 +02:00
parent 5f27de9d28
commit e0309c0519

View File

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