Upgrade samples to Spring Boot 2.4.5

Closes gh-1855
This commit is contained in:
Eleftheria Stein
2021-05-17 17:20:46 +02:00
parent 26be3218fb
commit 524ee0d9bc

View File

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