Update the samples to use Spring Boot 1.2.4.RELEASE

This commit is contained in:
Andy Wilkinson
2015-06-24 14:36:47 +01:00
parent f705656595
commit cdcddcf91b
4 changed files with 4 additions and 5 deletions

View File

@@ -3,7 +3,7 @@ buildscript {
mavenCentral()
}
dependencies {
classpath 'org.springframework.boot:spring-boot-gradle-plugin:1.2.1.RELEASE'
classpath 'org.springframework.boot:spring-boot-gradle-plugin:1.2.4.RELEASE'
}
}