Upgrade samples to Spring Boot 2.4.4

Closes gh-1822
This commit is contained in:
Eleftheria Stein
2021-04-13 12:01:37 +02:00
parent b42b01af9b
commit 7bd0b45f29

View File

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