Upgrade samples to Spring Boot 2.5.9

Closes gh-2027
This commit is contained in:
Eleftheria Stein
2022-02-21 18:33:47 +01:00
parent 1e3c65ff9d
commit dbdad05a30

View File

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