Use Spring Boot 1.3.3 to test REST Assured module

This commit is contained in:
Andy Wilkinson
2016-05-05 14:11:49 +01:00
parent a0236f67eb
commit f23d947cb5

View File

@@ -10,7 +10,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.2.5.RELEASE'
testCompile 'org.springframework.boot:spring-boot-starter-web:1.3.3.RELEASE'
testCompile 'org.springframework:spring-test'
testCompile project(path: ':spring-restdocs-core', configuration: 'testArtifacts')
testRuntime 'commons-logging:commons-logging:1.2'