浏览代码

Merge pull request #3117 from nextcloud/dependabot/gradle/org.mockito-mockito-core-2.23.0

Bump mockito-core from 2.22.0 to 2.23.0
Andy Scherzinger 6 年之前
父节点
当前提交
7dad67ad35
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      build.gradle

+ 1 - 1
build.gradle

@@ -248,7 +248,7 @@ dependencies {
 
     // dependencies for local unit tests
     testImplementation 'junit:junit:4.12'
-    testImplementation 'org.mockito:mockito-core:2.22.0'
+    testImplementation 'org.mockito:mockito-core:2.23.0'
     // dependencies for instrumented tests
     // JUnit4 Rules
     androidTestImplementation 'com.android.support.test:rules:1.0.2'