diff options
author | Vitaly Takmazov | 2017-01-15 19:34:00 +0300 |
---|---|---|
committer | Vitaly Takmazov | 2017-01-15 19:34:00 +0300 |
commit | fa85c4750e5bdb532723e52ae5d775af67028e73 (patch) | |
tree | 54d049b734b6e2ea4eb8399a6aebdb034f3d75ff /juick-notifications/build.gradle | |
parent | 053b61f24f52a6e48a5bf51fdbe7eae64c42d001 (diff) |
update and fix test dependencies
Diffstat (limited to 'juick-notifications/build.gradle')
-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 e7806c00..6d4cb952 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:1.+" + testCompile "org.mockito:mockito-core:2.6.2" } compileJava.options.encoding = 'UTF-8' |