Upgraded to Spring Boot 1.2.7.RELEASE

This commit is contained in:
Greg Turnquist
2015-10-16 09:43:21 -04:00
parent d4c0f67d35
commit 0cc4392b3f
5 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ buildscript {
mavenCentral()
}
dependencies {
classpath("org.springframework.boot:spring-boot-gradle-plugin:1.2.6.RELEASE")
classpath("org.springframework.boot:spring-boot-gradle-plugin:1.2.7.RELEASE")
}
}
+1 -1
View File
@@ -10,7 +10,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>1.2.6.RELEASE</version>
<version>1.2.7.RELEASE</version>
</parent>
<properties>