Upgrade samples to Spring Boot 2.4.7

Closes gh-1871
This commit is contained in:
Eleftheria Stein
2021-06-22 10:09:36 +02:00
parent a50a2fe3c9
commit 1ce7640fc5

View File

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