From 1989ae998a69b57249fcce6653454dc15303a54e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Oct 2025 12:56:18 +0000 Subject: [PATCH] chore(deps): bump org.mockito.kotlin:mockito-kotlin Bumps [org.mockito.kotlin:mockito-kotlin](https://github.com/mockito/mockito-kotlin) from 6.0.0 to 6.1.0. - [Release notes](https://github.com/mockito/mockito-kotlin/releases) - [Commits](https://github.com/mockito/mockito-kotlin/compare/v6.0.0...v6.1.0) --- updated-dependencies: - dependency-name: org.mockito.kotlin:mockito-kotlin dependency-version: 6.1.0 dependency-type: direct:production update-type: version-update:semver-minor ... 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 8d05b02850..7d0f8f0918 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.9.0' testImplementation 'junit:junit:4.13.2' - testImplementation 'org.mockito.kotlin:mockito-kotlin:6.0.0' + testImplementation 'org.mockito.kotlin:mockito-kotlin:6.1.0' testImplementation 'androidx.test:core:1.7.0' testImplementation 'org.robolectric:robolectric:4.15.1' testImplementation 'org.jetbrains.kotlinx:kotlinx-coroutines-test:1.10.2'