From b71fb3d4f3877b9abb13c0081e52baa17eb0992c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Feb 2025 13:01:59 +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..4d1ecb971c 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.0' + implementation "com.amplifyframework:aws-api:2.27.0" + implementation "com.amplifyframework:aws-datastore:2.27.0" + implementation "com.amplifyframework:aws-api-appsync:2.27.0" implementation 'com.google.code.gson:gson:2.10.1' implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-android:1.7.1'