diff --git a/build.gradle b/build.gradle index 6eb8888..8b9e60c 100644 --- a/build.gradle +++ b/build.gradle @@ -35,7 +35,7 @@ dependencies { compile 'org.slf4j:slf4j-log4j12:1.7.14' compile 'com.googlecode.java-diff-utils:diffutils:1.3.0' compile 'org.apache.commons:commons-lang3:3.4' - testCompile 'org.mockito:mockito-all:1.9.0' + testCompile 'org.mockito:mockito-all:1.10.19' testCompile 'org.testng:testng:6.8.7' }