Upgrade the samples to Spring Boot 1.2.7.RELEASE

This commit is contained in:
Andy Wilkinson
2015-12-09 10:50:20 +00:00
parent 88d3e72ae9
commit 939769db11
2 changed files with 2 additions and 2 deletions

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'
}
}