Skip to content

Commit

Permalink
chore(deps): bump the amplify-android group across 1 directory with 3…
Browse files Browse the repository at this point in the history
… 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.16.1
- [Release notes](https://github.com/aws-amplify/amplify-android/releases)
- [Changelog](https://github.com/aws-amplify/amplify-android/blob/main/CHANGELOG.md)
- [Commits](aws-amplify/amplify-android@release_v1.38.6...release_v2.16.1)

Updates `com.amplifyframework:core-kotlin` from 0.22.8 to 2.16.1
- [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.16.1)

Updates `com.amplifyframework:aws-auth-cognito` from 1.38.6 to 2.16.1
- [Release notes](https://github.com/aws-amplify/amplify-android/releases)
- [Changelog](https://github.com/aws-amplify/amplify-android/blob/main/CHANGELOG.md)
- [Commits](aws-amplify/amplify-android@release_v1.38.6...release_v2.16.1)

---
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] <support@github.com>
  • Loading branch information
dependabot[bot] committed May 6, 2024
1 parent dc7de26 commit 1964c63
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/amplify_native_legacy_wrapper/android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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.16.1'
implementation 'com.amplifyframework:core-kotlin:2.16.1'
implementation 'com.amplifyframework:aws-auth-cognito:2.16.1'
}

0 comments on commit 1964c63

Please sign in to comment.