Upgrade samples to Spring Boot 2.4.11

Closes gh-1938
This commit is contained in:
Eleftheria Stein
2021-10-19 13:30:21 +02:00
parent 519413d5ae
commit f96e05dc47

View File

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