Browse Source

Bump mockitoVersion from 3.6.28 to 3.7.0

Bumps `mockitoVersion` from 3.6.28 to 3.7.0.

Updates `mockito-core` from 3.6.28 to 3.7.0
- [Release notes](https://github.com/mockito/mockito/releases)
- [Commits](https://github.com/mockito/mockito/compare/v3.6.28...v3.7.0)

Updates `mockito-android` from 3.6.28 to 3.7.0
- [Release notes](https://github.com/mockito/mockito/releases)
- [Commits](https://github.com/mockito/mockito/compare/v3.6.28...v3.7.0)

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

+ 1 - 1
build.gradle

@@ -58,7 +58,7 @@ ext {
     prismVersion = "2.0.0"
     butterknifeVersion = "10.2.3"
     androidLibraryVersion = "master-SNAPSHOT"
-    mockitoVersion = "3.6.28"
+    mockitoVersion = "3.7.0"
     mockkVersion = "1.10.2"
     powermockVersion = "2.0.9"
     byteBuddyVersion = "1.10.19"