Skip to content

Commit

Permalink
Bump mock-webserver to 2.7.5
Browse files Browse the repository at this point in the history
  • Loading branch information
dancc authored and dancc committed Oct 12, 2017
1 parent 75e3a46 commit 569ae08
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ dependencies {
testCompile ('org.apache.jclouds:jclouds-core:2.0.2:tests')
testCompile ('org.testng:testng:6.11')
testCompile ('org.assertj:assertj-core:3.8.0')
testCompile ('com.squareup.okhttp:mockwebserver:2.2.0')
testCompile ('com.squareup.okhttp:mockwebserver:2.7.5')
testCompile ('org.apache.jclouds.driver:jclouds-slf4j:2.0.2')
testCompile ('ch.qos.logback:logback-core:1.2.1')
testCompile ('ch.qos.logback:logback-classic:1.2.1')
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ protected Properties setupProperties() {
*/
public static MockWebServer mockWebServer() throws IOException {
final MockWebServer server = new MockWebServer();
server.play();
server.start();
return server;
}

Expand Down

0 comments on commit 569ae08

Please sign in to comment.