Upgrade samples to Spring Boot 2.4.2

Closes gh-1782
This commit is contained in:
Eleftheria Stein
2021-01-29 17:26:15 +01:00
parent ba4bb6fcf6
commit 645e525b84

View File

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