From 25e69ff0c69ec3ad12c62d651b243b57381718e3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Feb 2025 12:39:48 +0000 Subject: [PATCH] chore(deps): bump androidx.test:core Bumps androidx.test:core from 1.5.0 to 1.6.1. --- updated-dependencies: - dependency-name: androidx.test:core 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 2a5bb73162..91fe45b7b4 100644 --- a/packages/auth/amplify_auth_cognito/android/build.gradle +++ b/packages/auth/amplify_auth_cognito/android/build.gradle @@ -61,7 +61,7 @@ dependencies { testImplementation 'junit:junit:4.13.2' testImplementation 'org.mockito.kotlin:mockito-kotlin:5.1.0' - testImplementation 'androidx.test:core:1.5.0' + testImplementation 'androidx.test:core:1.6.1' testImplementation 'org.robolectric:robolectric:4.10.3' testImplementation 'org.jetbrains.kotlinx:kotlinx-coroutines-test:1.7.2' }