Upgrade samples to Spring Boot 2.4.4

Closes gh-1823
This commit is contained in:
Eleftheria Stein
2021-04-13 13:13:53 +02:00
parent 66f81daa20
commit e2a7e71ae3

View File

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