Upgrade samples to Spring Boot 2.4.2

Closes gh-1756
This commit is contained in:
Eleftheria Stein
2021-01-18 12:31:54 +01:00
parent e7a0924904
commit 6075089691

View File

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