Browse Source

Bump mockito-android from 3.4.4 to 3.4.6

Bumps [mockito-android](https://github.com/mockito/mockito) from 3.4.4 to 3.4.6.
- [Release notes](https://github.com/mockito/mockito/releases)
- [Commits](https://github.com/mockito/mockito/compare/v3.4.4...v3.4.6)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
dependabot-preview[bot] 4 years ago
parent
commit
b8fb7358b3
1 changed files with 1 additions and 1 deletions
  1. 1 1
      build.gradle

+ 1 - 1
build.gradle

@@ -379,7 +379,7 @@ dependencies {
     androidTestImplementation 'com.github.tmurakami:dexopener:2.0.5' // required to allow mocking on API 27 and older
     androidTestImplementation 'com.github.tmurakami:dexopener:2.0.5' // required to allow mocking on API 27 and older
     androidTestImplementation "com.nhaarman.mockitokotlin2:mockito-kotlin:2.2.0"
     androidTestImplementation "com.nhaarman.mockitokotlin2:mockito-kotlin:2.2.0"
     androidTestImplementation 'org.mockito:mockito-core:3.4.4'
     androidTestImplementation 'org.mockito:mockito-core:3.4.4'
-    androidTestImplementation("org.mockito:mockito-android:3.4.4") {
+    androidTestImplementation("org.mockito:mockito-android:3.4.6") {
         exclude group: "net.bytebuddy", module: "byte-buddy-android"
         exclude group: "net.bytebuddy", module: "byte-buddy-android"
     }
     }
     androidTestImplementation 'net.bytebuddy:byte-buddy:1.10.13'
     androidTestImplementation 'net.bytebuddy:byte-buddy:1.10.13'