diff --git a/build.gradle b/build.gradle index a51fc15..c95d886 100644 --- a/build.gradle +++ b/build.gradle @@ -27,6 +27,6 @@ dependencies { testCompile 'junit:junit:4.13' testCompile 'org.assertj:assertj-core:3.14.0' testCompile 'eu.codearte.catch-exception:catch-exception:2.0' - testCompile 'org.mockito:mockito-core:3.2.4' + testCompile 'org.mockito:mockito-core:3.11.2' testCompile 'nl.jqno.equalsverifier:equalsverifier:3.1.11' }