From 9836df273728d86d23ae78bb3733560388229840 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 8 Sep 2022 04:23:29 +0000 Subject: [PATCH] build(deps): bump mockito-core from 3.12.4 to 4.8.0 Bumps [mockito-core](https://github.com/mockito/mockito) from 3.12.4 to 4.8.0. - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](https://github.com/mockito/mockito/compare/v3.12.4...v4.8.0) --- updated-dependencies: - dependency-name: org.mockito:mockito-core dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index ae3818c..334e76d 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -77,7 +77,7 @@ dependencies { // Testing def coreTestingVersion = '2.1.0' def junitVersion = '4.13.2' - def mockitoVersion = '3.12.4' + def mockitoVersion = '4.8.0' androidTestImplementation "androidx.arch.core:core-testing:$coreTestingVersion" testImplementation "junit:junit:$junitVersion" testImplementation "org.mockito:mockito-core:$mockitoVersion"