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'
}
}
@@ -27,12 +27,10 @@ sourceCompatibility = 1.7
targetCompatibility = 1.7
dependencies {
compile 'org.springframework.boot:spring-boot-starter-web'
compile 'org.springframework.boot:spring-boot-starter-data-jpa'
compile 'org.springframework.hateoas:spring-hateoas'
compile 'org.springframework.boot:spring-boot-starter-hateoas'
runtime 'com.h2database:h2'
runtime 'org.springframework.plugin:spring-plugin-core:1.1.0.RELEASE'
runtime 'org.atteo:evo-inflector:1.2'
testCompile 'com.jayway.jsonpath:json-path'