From a9711471eb93d69207dd2c95e05d409c5d78af17 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Sep 2024 12:38:19 +0000 Subject: [PATCH] chore(deps): bump the amplify-android group across 1 directory with 3 updates Bumps the amplify-android group with 3 updates in the /packages/amplify_native_legacy_wrapper/android directory: [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.23.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.23.0) Updates `com.amplifyframework:core-kotlin` from 0.22.8 to 2.23.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.23.0) Updates `com.amplifyframework:aws-auth-cognito` from 1.38.6 to 2.23.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.23.0) --- updated-dependencies: - dependency-name: com.amplifyframework:core dependency-type: direct:production update-type: version-update:semver-major dependency-group: amplify-android - dependency-name: com.amplifyframework:core-kotlin dependency-type: direct:production update-type: version-update:semver-major dependency-group: amplify-android - dependency-name: com.amplifyframework:aws-auth-cognito 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 4ab6c82381..12fbef92d4 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.23.0' + implementation 'com.amplifyframework:core-kotlin:2.23.0' + implementation 'com.amplifyframework:aws-auth-cognito:2.23.0' }