From f23d947cb520b81181dee79c75e055d7d5bf9dff Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Thu, 5 May 2016 14:11:49 +0100 Subject: [PATCH] Use Spring Boot 1.3.3 to test REST Assured module --- spring-restdocs-restassured/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-restdocs-restassured/build.gradle b/spring-restdocs-restassured/build.gradle index 5f495f50..c9385ea8 100644 --- a/spring-restdocs-restassured/build.gradle +++ b/spring-restdocs-restassured/build.gradle @@ -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'