From c3dfa583158f0fb4eb1c23819de6af995188c199 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Aug 2025 17:15:45 +0000 Subject: [PATCH] Bump the gradle group with 3 updates Bumps the gradle group with 3 updates: [com.amplifyframework:core](https://github.com/aws-amplify/amplify-android), [com.amplifyframework:aws-api](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 2.29.1 to 2.29.2 - [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.29.1...release_v2.29.2) Updates `com.amplifyframework:aws-api` from 2.29.1 to 2.29.2 - [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.29.1...release_v2.29.2) Updates `com.amplifyframework:aws-auth-cognito` from 2.29.1 to 2.29.2 - [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.29.1...release_v2.29.2) Updates `com.amplifyframework:aws-api` from 2.29.1 to 2.29.2 - [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.29.1...release_v2.29.2) Updates `com.amplifyframework:aws-auth-cognito` from 2.29.1 to 2.29.2 - [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.29.1...release_v2.29.2) --- updated-dependencies: - dependency-name: com.amplifyframework:core dependency-version: 2.29.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gradle - dependency-name: com.amplifyframework:aws-api dependency-version: 2.29.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gradle - dependency-name: com.amplifyframework:aws-auth-cognito dependency-version: 2.29.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gradle - dependency-name: com.amplifyframework:aws-api dependency-version: 2.29.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gradle - dependency-name: com.amplifyframework:aws-auth-cognito dependency-version: 2.29.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gradle ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index d05b633..8482409 100644 --- a/build.gradle +++ b/build.gradle @@ -2,7 +2,7 @@ buildscript { ext.kotlin_version = '2.2.0' ext.retrofitVersion = '3.0.0' - ext.amplify_version = '2.29.1' + ext.amplify_version = '2.29.2' repositories { google()