瀏覽代碼

Merge pull request #3712 from nextcloud/dependabot/gradle/org.mockito-mockito-core-2.25.0

Bump mockito-core from 2.24.5 to 2.25.0
Andy Scherzinger 6 年之前
父節點
當前提交
bd3e065730
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      build.gradle

+ 1 - 1
build.gradle

@@ -250,7 +250,7 @@ dependencies {
 
     // dependencies for local unit tests
     testImplementation 'junit:junit:4.12'
-    testImplementation 'org.mockito:mockito-core:2.24.5'
+    testImplementation 'org.mockito:mockito-core:2.25.0'
     // dependencies for instrumented tests
     // JUnit4 Rules
     androidTestImplementation 'androidx.test.ext:junit:1.1.0'