From 7e38c4046a698034de98fd0d844bc8ea66875197 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Oct 2025 09:36:40 +0000 Subject: [PATCH] chore(deps): bump the testing group with 2 updates Bumps the testing group with 2 updates: [org.mockito:mockito-core](https://github.com/mockito/mockito) and [org.robolectric:robolectric](https://github.com/robolectric/robolectric). Updates `org.mockito:mockito-core` from 5.18.0 to 5.20.0 - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](https://github.com/mockito/mockito/compare/v5.18.0...v5.20.0) Updates `org.robolectric:robolectric` from 4.15.1 to 4.16 - [Release notes](https://github.com/robolectric/robolectric/releases) - [Commits](https://github.com/robolectric/robolectric/compare/robolectric-4.15.1...robolectric-4.16) --- updated-dependencies: - dependency-name: org.mockito:mockito-core dependency-version: 5.20.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: testing - dependency-name: org.robolectric:robolectric dependency-version: '4.16' dependency-type: direct:production update-type: version-update:semver-minor dependency-group: testing ... Signed-off-by: dependabot[bot] --- app/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index c8742b8d..5b638f25 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -70,8 +70,8 @@ dependencies { exclude group: 'com.google.code.findbugs' }) testImplementation 'junit:junit:4.13.2' - testImplementation 'org.mockito:mockito-core:5.18.0' - testImplementation 'org.robolectric:robolectric:4.15.1' + testImplementation 'org.mockito:mockito-core:5.20.0' + testImplementation 'org.robolectric:robolectric:4.16' testImplementation 'androidx.test:core:1.7.0' testImplementation 'androidx.test.ext:junit:1.3.0'