소스 검색

Bump mockito-core from 2.27.0 to 2.28.1 (#4080)

Bump mockito-core from 2.27.0 to 2.28.1
Tobias Kaminsky 6 년 전
부모
커밋
01c281c9c2
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      build.gradle

+ 1 - 1
build.gradle

@@ -294,7 +294,7 @@ dependencies {
 
     // dependencies for local unit tests
     testImplementation 'junit:junit:4.12'
-    testImplementation 'org.mockito:mockito-core:2.27.0'
+    testImplementation 'org.mockito:mockito-core:2.28.1'
     testImplementation 'androidx.test:core:1.1.0'
     testImplementation 'org.powermock:powermock-core:2.0.2'
     testImplementation 'org.powermock:powermock-module-junit4:2.0.2'