Upgrade the Spring Boot-based samples to 2.1.8.RELEASE

Closes gh-645
This commit is contained in:
Andy Wilkinson
2019-09-29 18:24:01 +01:00
parent 733039d12f
commit ce9d0c985f
6 changed files with 6 additions and 6 deletions

View File

@@ -3,7 +3,7 @@ buildscript {
mavenCentral()
}
dependencies {
classpath 'org.springframework.boot:spring-boot-gradle-plugin:2.1.3.RELEASE'
classpath 'org.springframework.boot:spring-boot-gradle-plugin:2.1.8.RELEASE'
}
}