Upgrade samples to Spring Boot 2.4.0-M4

Closes gh-1722
This commit is contained in:
Eleftheria Stein
2020-10-28 18:17:54 +01:00
parent 4086044c2f
commit c354284616

View File

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