From 8b9855109b41745f92d51da01077e84bd94e4376 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Mar 2025 13:16:40 +0000 Subject: [PATCH] chore(deps): bump the amplify-android group across 1 directory with 4 updates Bumps the amplify-android group with 3 updates in the /packages/amplify_datastore/android directory: [com.amplifyframework:aws-auth-cognito](https://github.com/aws-amplify/amplify-android), [com.amplifyframework:aws-api](https://github.com/aws-amplify/amplify-android) and [com.amplifyframework:aws-datastore](https://github.com/aws-amplify/amplify-android). Updates `com.amplifyframework:aws-auth-cognito` from 2.21.1 to 2.27.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_v2.21.1...release_v2.27.0) Updates `com.amplifyframework:aws-api` from 2.21.1 to 2.27.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_v2.21.1...release_v2.27.0) Updates `com.amplifyframework:aws-datastore` from 2.21.1 to 2.27.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_v2.21.1...release_v2.27.0) Updates `com.amplifyframework:aws-api-appsync` from 2.21.1 to 2.27.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_v2.21.1...release_v2.27.0) --- updated-dependencies: - dependency-name: com.amplifyframework:aws-auth-cognito dependency-type: direct:production update-type: version-update:semver-minor dependency-group: amplify-android - dependency-name: com.amplifyframework:aws-api dependency-type: direct:production update-type: version-update:semver-minor dependency-group: amplify-android - dependency-name: com.amplifyframework:aws-datastore dependency-type: direct:production update-type: version-update:semver-minor dependency-group: amplify-android - dependency-name: com.amplifyframework:aws-api-appsync dependency-type: direct:production update-type: version-update:semver-minor dependency-group: amplify-android ... Signed-off-by: dependabot[bot] --- packages/amplify_datastore/android/build.gradle | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/packages/amplify_datastore/android/build.gradle b/packages/amplify_datastore/android/build.gradle index 5c35fabd7d..4317c55b67 100644 --- a/packages/amplify_datastore/android/build.gradle +++ b/packages/amplify_datastore/android/build.gradle @@ -73,10 +73,10 @@ android { } dependencies { - implementation 'com.amplifyframework:aws-auth-cognito:2.21.1' - implementation "com.amplifyframework:aws-api:2.21.1" - implementation "com.amplifyframework:aws-datastore:2.21.1" - implementation "com.amplifyframework:aws-api-appsync:2.21.1" + implementation 'com.amplifyframework:aws-auth-cognito:2.27.1' + implementation "com.amplifyframework:aws-api:2.27.1" + implementation "com.amplifyframework:aws-datastore:2.27.1" + implementation "com.amplifyframework:aws-api-appsync:2.27.1" implementation 'com.google.code.gson:gson:2.10.1' implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-android:1.7.1'