diff --git a/build.gradle b/build.gradle index 7e28e37..ffd87c3 100644 --- a/build.gradle +++ b/build.gradle @@ -40,7 +40,7 @@ dependencies { compile 'io.github.cdimascio:dotenv-java:2.2.0' testCompile 'junit:junit:4.12' - testCompile 'org.mockito:mockito-all:1.9.5' + testCompile 'org.mockito:mockito-all:1.10.19' testCompile 'org.hamcrest:hamcrest-library:1.3' }