소스 검색

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'