diff --git a/build.gradle b/build.gradle index 451f666..a4021cd 100644 --- a/build.gradle +++ b/build.gradle @@ -17,7 +17,7 @@ repositories { dependencies { compile('org.yaml:snakeyaml:1.26') - testCompile('com.github.tomakehurst:wiremock:2.26.3') + testCompile('com.github.tomakehurst:wiremock:2.27.2') testCompile('org.spockframework:spock-core:1.3-groovy-2.5') }