From 255f3e5651328685c1d922ef5c4439bbfd193fed Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Aug 2021 08:07:11 +0000 Subject: [PATCH] chore(deps): Bump mockito-android from 3.11.2 to 3.12.1 Bumps [mockito-android](https://github.com/mockito/mockito) from 3.11.2 to 3.12.1. - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](https://github.com/mockito/mockito/compare/v3.11.2...v3.12.1) --- updated-dependencies: - dependency-name: org.mockito:mockito-android dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- lib/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/build.gradle b/lib/build.gradle index c76b8e18..c7452941 100644 --- a/lib/build.gradle +++ b/lib/build.gradle @@ -88,7 +88,7 @@ dependencies { androidTestImplementation 'androidx.test:rules:1.4.0' androidTestImplementation 'androidx.test.ext:junit:1.1.3' androidTestImplementation "org.jetbrains.kotlinx:kotlinx-coroutines-test:$kotlinCoroutinesVersion" - androidTestImplementation 'org.mockito:mockito-android:3.11.2' + androidTestImplementation 'org.mockito:mockito-android:3.12.1' androidTestImplementation("com.nhaarman.mockitokotlin2:mockito-kotlin:2.2.0") { // Workaround for Android API < 26: // https://github.com/mockito/mockito/pull/2024