From eded49543862ea53d8e687eeb1309e5fde50245b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Nov 2025 11:12:18 +0000 Subject: [PATCH] Bump org.mockito:mockito-android from 5.11.0 to 5.20.0 Bumps [org.mockito:mockito-android](https://github.com/mockito/mockito) from 5.11.0 to 5.20.0. - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](https://github.com/mockito/mockito/compare/v5.11.0...v5.20.0) --- updated-dependencies: - dependency-name: org.mockito:mockito-android dependency-version: 5.20.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- photoeditor/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/photoeditor/build.gradle b/photoeditor/build.gradle index 3df2702..0e9f919 100644 --- a/photoeditor/build.gradle +++ b/photoeditor/build.gradle @@ -56,7 +56,7 @@ dependencies { // Mockito testImplementation 'org.mockito:mockito-core:5.1.1' - androidTestImplementation 'org.mockito:mockito-android:5.11.0' + androidTestImplementation 'org.mockito:mockito-android:5.20.0' } ext {