Upgrade boot versions
- 1.5.10 to 1.5.11 - 2.0.0 to 2.0.1
This commit is contained in:
@@ -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"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
<parent>
|
||||
<groupId>org.springframework.boot</groupId>
|
||||
<artifactId>spring-boot-starter-parent</artifactId>
|
||||
<version>1.5.10.RELEASE</version>
|
||||
<version>1.5.11.RELEASE</version>
|
||||
<relativePath/>
|
||||
</parent>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user