Upgrade samples to Spring Boot 2.5.5

Closes gh-1929
This commit is contained in:
Eleftheria Stein
2021-10-19 10:54:01 +02:00
parent ee0e03b91e
commit b05575722c

View File

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