From 2bf2d42463548c5536477f50b814ee6ad2dcfe40 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 12 Nov 2025 12:03:13 +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.30.2 to 2.30.3 - [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) Updates `com.amplifyframework:aws-api` from 2.30.2 to 2.30.3 - [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) Updates `com.amplifyframework:aws-auth-cognito` from 2.30.2 to 2.30.3 - [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) Updates `com.amplifyframework:aws-api` from 2.30.2 to 2.30.3 - [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) Updates `com.amplifyframework:aws-auth-cognito` from 2.30.2 to 2.30.3 - [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) --- updated-dependencies: - dependency-name: com.amplifyframework:core dependency-version: 2.30.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gradle - dependency-name: com.amplifyframework:aws-api dependency-version: 2.30.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gradle - dependency-name: com.amplifyframework:aws-auth-cognito dependency-version: 2.30.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gradle - dependency-name: com.amplifyframework:aws-api dependency-version: 2.30.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gradle - dependency-name: com.amplifyframework:aws-auth-cognito dependency-version: 2.30.3 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 eb6bd62..ede0383 100644 --- a/build.gradle +++ b/build.gradle @@ -2,7 +2,7 @@ buildscript { ext.kotlin_version = '2.2.21' ext.retrofitVersion = '3.0.0' - ext.amplify_version = '2.30.2' + ext.amplify_version = '2.30.3' repositories { google()