diff --git a/build.gradle b/build.gradle index 95605aab8ff..f8f007749e6 100644 --- a/build.gradle +++ b/build.gradle @@ -163,7 +163,7 @@ dependencies { testRuntime 'org.apache.logging.log4j:log4j-core:2.12.0' testRuntime 'org.apache.logging.log4j:log4j-jul:2.12.0' - testCompile 'org.mockito:mockito-core:2.28.2' + testCompile 'org.mockito:mockito-core:3.0.0' testCompile 'com.github.tomakehurst:wiremock:2.23.2' testCompile 'org.reflections:reflections:0.9.11' testCompile 'org.xmlunit:xmlunit-core:2.6.3'