Update the samples to use Spring Boot 1.3.5.RELEASE

This commit is contained in:
Andy Wilkinson
2016-05-31 10:07:19 +01:00
parent 4f87f55aaa
commit d5a2dff210
6 changed files with 6 additions and 6 deletions

View File

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