From a56a34079b819b9fe447d57a5ea14f00b7bcac83 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 17 Jul 2020 01:14:23 +0000 Subject: [PATCH] Bump mockito-android from 3.4.0 to 3.4.2 Bumps [mockito-android](https://github.com/mockito/mockito) from 3.4.0 to 3.4.2. - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](https://github.com/mockito/mockito/compare/v3.4.0...v3.4.2) Signed-off-by: dependabot-preview[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 854e296b7d..88f3669235 100644 --- a/build.gradle +++ b/build.gradle @@ -389,7 +389,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.4.0" + androidTestImplementation "org.mockito:mockito-android:3.4.2" androidTestImplementation 'net.bytebuddy:byte-buddy:1.10.13' }