Upgrade samples to Spring Boot 2.5.12

Closes gh-2056
This commit is contained in:
Eleftheria Stein
2022-04-19 11:46:33 +02:00
parent 3eaa0b9f43
commit e5bff98619

View File

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