From 167b5692a9240460180526c54abc3f17329d62ba Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 5 Mar 2026 12:43:30 +0000 Subject: [PATCH] chore(deps): bump the amplify-android group Bumps the amplify-android group in /packages/amplify_native_legacy_wrapper/android with 3 updates: [com.amplifyframework:core](https://github.com/aws-amplify/amplify-android), [com.amplifyframework:core-kotlin](https://github.com/aws-amplify/amplify-android) and [com.amplifyframework:aws-auth-cognito](https://github.com/aws-amplify/amplify-android). Updates `com.amplifyframework:core` from 1.38.6 to 2.34.0 - [Release notes](https://github.com/aws-amplify/amplify-android/releases) - [Changelog](https://github.com/aws-amplify/amplify-android/blob/main/CHANGELOG.md) - [Commits](https://github.com/aws-amplify/amplify-android/compare/release_v1.38.6...release_v2.34.0) Updates `com.amplifyframework:core-kotlin` from 0.22.8 to 2.34.0 - [Release notes](https://github.com/aws-amplify/amplify-android/releases) - [Changelog](https://github.com/aws-amplify/amplify-android/blob/main/CHANGELOG.md) - [Commits](https://github.com/aws-amplify/amplify-android/commits/release_v2.34.0) Updates `com.amplifyframework:aws-auth-cognito` from 1.38.6 to 2.34.0 - [Release notes](https://github.com/aws-amplify/amplify-android/releases) - [Changelog](https://github.com/aws-amplify/amplify-android/blob/main/CHANGELOG.md) - [Commits](https://github.com/aws-amplify/amplify-android/compare/release_v1.38.6...release_v2.34.0) --- updated-dependencies: - dependency-name: com.amplifyframework:core dependency-version: 2.34.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: amplify-android - dependency-name: com.amplifyframework:core-kotlin dependency-version: 2.34.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: amplify-android - dependency-name: com.amplifyframework:aws-auth-cognito dependency-version: 2.34.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: amplify-android ... Signed-off-by: dependabot[bot] --- packages/amplify_native_legacy_wrapper/android/build.gradle | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/packages/amplify_native_legacy_wrapper/android/build.gradle b/packages/amplify_native_legacy_wrapper/android/build.gradle index d94202657f4..6a161e77708 100644 --- a/packages/amplify_native_legacy_wrapper/android/build.gradle +++ b/packages/amplify_native_legacy_wrapper/android/build.gradle @@ -47,7 +47,7 @@ android { namespace 'com.amazonaws.amplify.amplify_native_legacy_wrapper' } dependencies { - implementation 'com.amplifyframework:core:1.38.6' - implementation 'com.amplifyframework:core-kotlin:0.22.8' - implementation 'com.amplifyframework:aws-auth-cognito:1.38.6' + implementation 'com.amplifyframework:core:2.34.0' + implementation 'com.amplifyframework:core-kotlin:2.34.0' + implementation 'com.amplifyframework:aws-auth-cognito:2.34.0' }