Upgrade samples to Spring Boot 2.5.6

Closes gh-1966
This commit is contained in:
Eleftheria Stein
2021-11-16 13:37:41 +01:00
parent 98f656ad46
commit bcf17ba3b7

View File

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