diff --git a/build.gradle b/build.gradle index 2bfda4b21b318f68ef40bdc82e43e50dca41c52c..02db06a589041319c7ac9b93cffb3f5bdf26da5d 100644 --- a/build.gradle +++ b/build.gradle @@ -101,7 +101,7 @@ configure(javaProjects) { dependencies { testCompile 'junit:junit:4.+' testCompile 'org.hamcrest:hamcrest-library:1.3' - testCompile 'org.mockito:mockito-core:2.11.0' + testCompile 'org.mockito:mockito-core:2.5.0' } sourceCompatibility = 1.7