Upgrade samples to Spring Boot 2.2.13.RELEASE

Closes gh-1840
This commit is contained in:
Eleftheria Stein
2021-04-13 15:11:08 +02:00
parent 4d96099e03
commit 3d266960ba

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 {