Upgrade samples to Spring Boot 2.4.7

Closes gh-1876
This commit is contained in:
Eleftheria Stein
2021-06-22 11:37:43 +02:00
parent 8fb54ac1e0
commit e9243ceb59

View File

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