diff options
Diffstat (limited to 'juick-notifications')
-rw-r--r-- | juick-notifications/build.gradle | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/juick-notifications/build.gradle b/juick-notifications/build.gradle index 04ff0659..ced270ed 100644 --- a/juick-notifications/build.gradle +++ b/juick-notifications/build.gradle @@ -28,7 +28,7 @@ dependencies { testCompile "junit:junit:${rootProject.junitVersion}" testCompile "org.hamcrest:hamcrest-all:${rootProject.hamcrestVersion}" - testCompile "org.mockito:mockito-core:2.7.0" + testCompile "org.mockito:mockito-core:${rootProject.mockitoVersion}" } compileJava.options.encoding = 'UTF-8' |