Upgrade samples to Spring Boot 2.3.4.RELEASE

Closes gh-1719
This commit is contained in:
Eleftheria Stein
2020-10-27 15:49:19 +01:00
parent 6de6df6dab
commit 5092e86306

View File

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