Upgrade samples to Spring Boot 2.4.1

Closes gh-1744
This commit is contained in:
Eleftheria Stein
2020-12-14 09:56:17 +01:00
parent db589b7c29
commit 95de199aa4

View File

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