From ea19352a63f866bdeba91d74dd7316b4631c6f85 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Aug 2025 16:44:56 +0000 Subject: [PATCH] chore(deps): bump androidx.browser:browser Bumps androidx.browser:browser from 1.5.0 to 1.9.0. --- updated-dependencies: - dependency-name: androidx.browser:browser dependency-version: 1.9.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 2f86977b4b..3b253260b7 100644 --- a/packages/auth/amplify_auth_cognito/android/build.gradle +++ b/packages/auth/amplify_auth_cognito/android/build.gradle @@ -57,7 +57,7 @@ android { dependencies { implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-android:1.10.2' - implementation 'androidx.browser:browser:1.5.0' + implementation 'androidx.browser:browser:1.9.0' testImplementation 'junit:junit:4.13.2' testImplementation 'org.mockito.kotlin:mockito-kotlin:5.1.0'