Upgrade samples to Spring Boot 2.5.3

Closes gh-1885
This commit is contained in:
Eleftheria Stein
2021-08-16 15:08:09 +02:00
parent 1f6445999f
commit 8fdcfc28bc

View File

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