From 538e8eba631a4de46122e1349e2b870bab44ed7c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 29 Dec 2022 04:07:27 +0000 Subject: [PATCH] build(deps): bump mockito-core from 3.12.4 to 4.11.0 Bumps [mockito-core](https://github.com/mockito/mockito) from 3.12.4 to 4.11.0. - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](https://github.com/mockito/mockito/compare/v3.12.4...v4.11.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..25961d5 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.11.0' androidTestImplementation "androidx.arch.core:core-testing:$coreTestingVersion" testImplementation "junit:junit:$junitVersion" testImplementation "org.mockito:mockito-core:$mockitoVersion"