Update the samples to use Spring Boot 1.2.5

This commit is contained in:
Andy Wilkinson
2015-08-19 18:01:25 +01:00
parent 2842d5f75f
commit bc5a9c3714
4 changed files with 6 additions and 19 deletions

View File

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

View File

@@ -11,7 +11,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>1.2.4.RELEASE</version>
<version>1.2.5.RELEASE</version>
<relativePath />
</parent>