diff options
Diffstat (limited to 'juick-rss')
-rw-r--r-- | juick-rss/build.gradle | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/juick-rss/build.gradle b/juick-rss/build.gradle index 0632efb0..7856f39f 100644 --- a/juick-rss/build.gradle +++ b/juick-rss/build.gradle @@ -12,7 +12,7 @@ dependencies { testCompile "junit:junit:${rootProject.junitVersion}" testCompile "org.hamcrest:hamcrest-all:${rootProject.hamcrestVersion}" - testCompile "org.mockito:mockito-core:2.6.2" + testCompile "org.mockito:mockito-core:2.7.0" testCompile "org.springframework:spring-test:${rootProject.springFrameworkVersion}" } |