Upgrade boot versions

- 1.5.10 to 1.5.11

- 2.0.0 to 2.0.1
This commit is contained in:
trisberg
2018-04-06 14:45:34 -04:00
committed by Dave Syer
parent 7e53a74474
commit 344ee9a689
15 changed files with 17 additions and 17 deletions

View File

@@ -1,6 +1,6 @@
buildscript {
ext {
springBootVersion = '1.5.10.BUILD-SNAPSHOT'
springBootVersion = '1.5.11.RELEASE.BUILD-SNAPSHOT'
wrapperVersion = '1.0.9.RELEASE'
}
repositories {
@@ -12,7 +12,7 @@ buildscript {
dependencies {
classpath("org.springframework.boot.experimental:spring-boot-thin-gradle-plugin:${wrapperVersion}")
classpath("org.springframework.boot:spring-boot-gradle-plugin:${springBootVersion}")
// Remove this when Boot 1.5.10 is out.
// Remove this when Boot 1.5.11.RELEASE is out.
classpath "io.spring.gradle:dependency-management-plugin:1.0.4.BUILD-SNAPSHOT"
}
}