From 2df5a3be4ec4f1bc8b4654bffd89f8fd3647a284 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Mar 2023 04:58:21 +0000 Subject: [PATCH] Bump org.mockito:mockito-core from 3.12.4 to 5.2.0 Bumps [org.mockito:mockito-core](https://github.com/mockito/mockito) from 3.12.4 to 5.2.0. - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](https://github.com/mockito/mockito/compare/v3.12.4...v5.2.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 9a8d1a57c..efc3b5939 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -133,7 +133,7 @@ dependencies { testImplementation 'org.robolectric:robolectric:4.9' testImplementation 'androidx.test:core:1.5.0' testImplementation "com.nhaarman.mockitokotlin2:mockito-kotlin:2.2.0" - testImplementation 'org.mockito:mockito-core:3.12.4' + testImplementation 'org.mockito:mockito-core:5.2.0' androidTestImplementation 'androidx.annotation:annotation:1.5.0' androidTestImplementation 'androidx.test:runner:1.5.1'