From bf71e28d22c33a021f4be96c37afd245f9811edc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Feb 2026 12:28:11 +0000 Subject: [PATCH] Bump org.mockito:mockito-android from 5.11.0 to 5.21.0 Bumps [org.mockito:mockito-android](https://github.com/mockito/mockito) from 5.11.0 to 5.21.0. - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](https://github.com/mockito/mockito/compare/v5.11.0...v5.21.0) --- updated-dependencies: - dependency-name: org.mockito:mockito-android dependency-version: 5.21.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..91c4af5 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.21.0' } ext {