Upgrade samples to Spring Boot 2.1.16.RELEASE

Closes gh-1694
This commit is contained in:
Eleftheria Stein
2020-09-15 15:19:23 +02:00
parent 4d18ed1826
commit a77196a851

View File

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