diff --git a/build.gradle b/build.gradle index a739552cbe2..0400e25ad5f 100644 --- a/build.gradle +++ b/build.gradle @@ -126,7 +126,7 @@ configure(allprojects) { project -> testCompile("junit:junit:${junitVersion}") { exclude group:'org.hamcrest', module:'hamcrest-core' } - testCompile("org.mockito:mockito-core:1.9.5") { + testCompile("org.mockito:mockito-core:1.10.19") { exclude group:'org.hamcrest', module:'hamcrest-core' } testCompile("org.hamcrest:hamcrest-all:1.3")