From 3157e0a945fbf2bb90e6ed50369b0a8f1d384dc7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Feb 2026 12:28:36 +0000 Subject: [PATCH] Bump org.mockito:mockito-core from 5.1.1 to 5.21.0 Bumps [org.mockito:mockito-core](https://github.com/mockito/mockito) from 5.1.1 to 5.21.0. - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](https://github.com/mockito/mockito/compare/v5.1.1...v5.21.0) --- updated-dependencies: - dependency-name: org.mockito:mockito-core 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..146395d 100644 --- a/photoeditor/build.gradle +++ b/photoeditor/build.gradle @@ -55,7 +55,7 @@ dependencies { androidTestImplementation 'androidx.test.ext:junit:1.1.5' // Mockito - testImplementation 'org.mockito:mockito-core:5.1.1' + testImplementation 'org.mockito:mockito-core:5.21.0' androidTestImplementation 'org.mockito:mockito-android:5.11.0' }