Upgrade tests and samples to use Spring Boot 1.3.6.RELEASE

This commit is contained in:
Andy Wilkinson
2016-07-22 14:41:45 +01:00
parent 3ec945fe58
commit 6c6054178e
6 changed files with 6 additions and 6 deletions

View File

@@ -12,7 +12,7 @@ dependencies {
testCompile 'org.mockito:mockito-core'
testCompile 'org.hamcrest:hamcrest-library'
testCompile 'org.springframework.hateoas:spring-hateoas'
testCompile 'org.springframework.boot:spring-boot-starter-web:1.3.5.RELEASE'
testCompile 'org.springframework.boot:spring-boot-starter-web:1.3.6.RELEASE'
testCompile 'org.springframework:spring-test'
testCompile project(path: ':spring-restdocs-core', configuration: 'testArtifacts')
testRuntime 'commons-logging:commons-logging:1.2'