From 52eb2005f320c669745d314d6b26041775916110 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Jul 2026 12:43:12 +0000 Subject: [PATCH] chore(deps): bump the amplify-android group across 1 directory with 4 updates Bumps the amplify-android group with 1 update in the /packages/amplify_datastore/android directory: [com.amplifyframework:aws-auth-cognito](https://github.com/aws-amplify/amplify-android). Updates `com.amplifyframework:aws-auth-cognito` from 2.35.0 to 2.38.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/compare/release_v2.35.0...release_v2.38.1) Updates `com.amplifyframework:aws-api` from 2.35.0 to 2.38.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/compare/release_v2.35.0...release_v2.38.1) Updates `com.amplifyframework:aws-datastore` from 2.35.0 to 2.38.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/compare/release_v2.35.0...release_v2.38.1) Updates `com.amplifyframework:aws-api-appsync` from 2.35.0 to 2.38.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/compare/release_v2.35.0...release_v2.38.1) --- updated-dependencies: - dependency-name: com.amplifyframework:aws-api dependency-version: 2.36.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: amplify-android - dependency-name: com.amplifyframework:aws-api-appsync dependency-version: 2.36.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: amplify-android - dependency-name: com.amplifyframework:aws-auth-cognito dependency-version: 2.36.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: amplify-android - dependency-name: com.amplifyframework:aws-datastore dependency-version: 2.36.0 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 879bd7d106..ec91cfe5a4 100644 --- a/packages/amplify_datastore/android/build.gradle +++ b/packages/amplify_datastore/android/build.gradle @@ -77,10 +77,10 @@ android { dependencies { coreLibraryDesugaring "com.android.tools:desugar_jdk_libs:2.1.5" - implementation 'com.amplifyframework:aws-auth-cognito:2.35.0' - implementation "com.amplifyframework:aws-api:2.35.0" - implementation "com.amplifyframework:aws-datastore:2.35.0" - implementation "com.amplifyframework:aws-api-appsync:2.35.0" + implementation 'com.amplifyframework:aws-auth-cognito:2.38.1' + implementation "com.amplifyframework:aws-api:2.38.1" + implementation "com.amplifyframework:aws-datastore:2.38.1" + implementation "com.amplifyframework:aws-api-appsync:2.38.1" implementation 'com.google.code.gson:gson:2.14.0' implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-android:1.10.2'