From f3d097fb276e11b458418f09f463e6289a6683d8 Mon Sep 17 00:00:00 2001 From: Mariusz Smykula Date: Mon, 28 Sep 2015 20:04:51 +0200 Subject: [PATCH] wiremock update --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index efabdd6b36..fda2787073 100644 --- a/build.gradle +++ b/build.gradle @@ -71,7 +71,7 @@ project(':accurest-core') { compile 'com.google.code.gson:gson:2.3.1' compile 'com.fasterxml.jackson.core:jackson-databind:2.4.5' compile 'asm:asm:3.3.1' - compile 'com.github.tomakehurst:wiremock:2.0.2-beta' + compile 'com.github.tomakehurst:wiremock:2.0.4-beta' testCompile 'cglib:cglib-nodep:2.2' testCompile 'org.objenesis:objenesis:2.1' testCompile project(':accurest-testing-utils')