wiremock update

This commit is contained in:
Mariusz Smykula
2015-09-28 20:04:51 +02:00
parent 1ba1e4f5ea
commit f3d097fb27

View File

@@ -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')