From 31cc0f2c4828d692ad233b88ae12cda1b37792fc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Sep 2024 16:49:39 +0000 Subject: [PATCH] Bump org.mockito:mockito-core from 2.7.22 to 5.13.0 Bumps [org.mockito:mockito-core](https://github.com/mockito/mockito) from 2.7.22 to 5.13.0. - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](https://github.com/mockito/mockito/compare/v2.7.22...v5.13.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.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle.kts b/app/build.gradle.kts index d4a9f03a4..2f06c93e3 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -98,7 +98,7 @@ dependencies { testImplementation("junit:junit:4.13.2") androidTestImplementation("androidx.test.ext:junit:1.1.5") androidTestImplementation("androidx.test.espresso:espresso-core:3.5.1") - testImplementation("org.mockito:mockito-core:2.7.22") + testImplementation("org.mockito:mockito-core:5.13.0") // Basic Android stuff api("androidx.core:core-ktx:1.9.0")