Upgrade samples to Spring Boot 2.6.6

Closes gh-2067
This commit is contained in:
Eleftheria Stein
2022-04-19 12:20:16 +02:00
parent 24c198fe98
commit cace484fbe

View File

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