From ba56be189da3db210ed7dbf7de464b78be4918cb Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 9 Sep 2019 10:52:32 +0000 Subject: [PATCH] Bump mockito-kotlin from 2.1.0 to 2.2.0 Bumps [mockito-kotlin](https://github.com/nhaarman/mockito-kotlin) from 2.1.0 to 2.2.0. - [Release notes](https://github.com/nhaarman/mockito-kotlin/releases) - [Commits](https://github.com/nhaarman/mockito-kotlin/compare/2.1.0...2.2.0) 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 cbc4b97dcbfb..46c98ba228db 100644 --- a/build.gradle +++ b/build.gradle @@ -317,7 +317,7 @@ dependencies { testImplementation 'org.powermock:powermock-module-junit4:2.0.2' testImplementation 'org.powermock:powermock-api-mockito2:2.0.2' testImplementation 'org.json:json:20190722' - testImplementation "com.nhaarman.mockitokotlin2:mockito-kotlin:2.1.0" + testImplementation "com.nhaarman.mockitokotlin2:mockito-kotlin:2.2.0" testImplementation "androidx.arch.core:core-testing:2.0.1" // dependencies for instrumented tests