Upgrade to Spring Boot 1.2.1.RELEASE

This commit is contained in:
Greg Turnquist
2015-02-18 11:07:44 -06:00
parent ffef67e6ab
commit 50d2b0dcdb
5 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ buildscript {
mavenCentral()
}
dependencies {
classpath("org.springframework.boot:spring-boot-gradle-plugin:1.1.10.RELEASE")
classpath("org.springframework.boot:spring-boot-gradle-plugin:1.2.1.RELEASE")
}
}
+1 -1
View File
@@ -10,7 +10,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>1.1.10.RELEASE</version>
<version>1.2.1.RELEASE</version>
</parent>
<dependencies>