Upgrade to latests version of wiremock.

This commit is contained in:
Marco Vermeulen
2016-11-13 14:27:33 +00:00
parent 5e6c99987e
commit 85e4acddda

View File

@@ -51,7 +51,7 @@ dependencies {
testCompile('org.spockframework:spock-core:0.7-groovy-2.0') {
exclude module: 'groovy-all'
}
testCompile('com.github.tomakehurst:wiremock:2.2.2') {
testCompile('com.github.tomakehurst:wiremock:2.3.1') {
exclude module: 'junit'
}
}