From c968bb3b996481d16169b99ccdfb279bf5d679b0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Jul 2025 14:02:11 +0000 Subject: [PATCH] chore(deps): bump org.mockito.kotlin:mockito-kotlin Bumps [org.mockito.kotlin:mockito-kotlin](https://github.com/mockito/mockito-kotlin) from 5.1.0 to 6.0.0. - [Release notes](https://github.com/mockito/mockito-kotlin/releases) - [Commits](https://github.com/mockito/mockito-kotlin/compare/5.1.0...v6.0.0) --- updated-dependencies: - dependency-name: org.mockito.kotlin:mockito-kotlin dependency-version: 6.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- packages/auth/amplify_auth_cognito/android/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/auth/amplify_auth_cognito/android/build.gradle b/packages/auth/amplify_auth_cognito/android/build.gradle index 2f86977b4b..cb814f07da 100644 --- a/packages/auth/amplify_auth_cognito/android/build.gradle +++ b/packages/auth/amplify_auth_cognito/android/build.gradle @@ -60,7 +60,7 @@ dependencies { implementation 'androidx.browser:browser:1.5.0' testImplementation 'junit:junit:4.13.2' - testImplementation 'org.mockito.kotlin:mockito-kotlin:5.1.0' + testImplementation 'org.mockito.kotlin:mockito-kotlin:6.0.0' testImplementation 'androidx.test:core:1.6.1' testImplementation 'org.robolectric:robolectric:4.15.1' testImplementation 'org.jetbrains.kotlinx:kotlinx-coroutines-test:1.10.2'