From 881fa1b065ffc9e91b38ed6bfd5856418d1fb850 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Sep 2025 09:34:32 +0000 Subject: [PATCH] chore: bump org.mockito:mockito-core from 5.8.0 to 5.20.0 in /android Bumps [org.mockito:mockito-core](https://github.com/mockito/mockito) from 5.8.0 to 5.20.0. - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](https://github.com/mockito/mockito/compare/v5.8.0...v5.20.0) --- updated-dependencies: - dependency-name: org.mockito:mockito-core dependency-version: 5.20.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- android/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/android/build.gradle b/android/build.gradle index 20ab42f..a2a4e2a 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -127,8 +127,8 @@ dependencies { // implementation "androidx.lifecycle:lifecycle-runtime-ktx:2.6.1" - testImplementation 'org.mockito:mockito-core:5.8.0' - androidTestImplementation 'org.mockito:mockito-android:5.8.0' + testImplementation 'org.mockito:mockito-core:5.20.0' + androidTestImplementation 'org.mockito:mockito-android:5.20.0' testImplementation 'androidx.annotation:annotation:1.7.1' testImplementation 'junit:junit:4.13.2'