diff --git a/build.gradle b/build.gradle index e087692..9b542d7 100644 --- a/build.gradle +++ b/build.gradle @@ -47,7 +47,7 @@ dependencies { testImplementation 'com.amazonaws:aws-java-sdk-kinesis:1.11.980' // Use wiremock for stubbing http calls - testCompile 'com.github.tomakehurst:wiremock-jre8:2.31.0' + testCompile 'com.github.tomakehurst:wiremock-jre8:2.35.1' } sourceCompatibility = 1.8