소스 검색

Merge pull request #5596 from nextcloud/dependabot/gradle/org.mockito-mockito-android-3.3.1

Bump mockito-android from 3.3.0 to 3.3.1
Andy Scherzinger 5 년 전
부모
커밋
770f5264fc
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      build.gradle

+ 1 - 1
build.gradle

@@ -388,7 +388,7 @@ dependencies {
 
     implementation "com.github.stateless4j:stateless4j:2.6.0"
     androidTestImplementation "com.nhaarman.mockitokotlin2:mockito-kotlin:2.2.0"
-    androidTestImplementation "org.mockito:mockito-android:3.3.0"
+    androidTestImplementation "org.mockito:mockito-android:3.3.1"
 }
 
 configurations.all {