From d433ebe837e6581db658104d237243615b2444a5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Jan 2025 12:50:22 +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.25.1 to 2.26.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.25.1...release_v2.26.0) Updates `com.amplifyframework:aws-api` from 2.25.1 to 2.26.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.25.1...release_v2.26.0) Updates `com.amplifyframework:aws-auth-cognito` from 2.25.1 to 2.26.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.25.1...release_v2.26.0) Updates `com.amplifyframework:aws-api` from 2.25.1 to 2.26.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.25.1...release_v2.26.0) Updates `com.amplifyframework:aws-auth-cognito` from 2.25.1 to 2.26.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.25.1...release_v2.26.0) --- updated-dependencies: - dependency-name: com.amplifyframework:core dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gradle - dependency-name: com.amplifyframework:aws-api dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gradle - dependency-name: com.amplifyframework:aws-auth-cognito dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gradle - dependency-name: com.amplifyframework:aws-api dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gradle - dependency-name: com.amplifyframework:aws-auth-cognito dependency-type: direct:production update-type: version-update:semver-minor 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 bca16bf..6dceaeb 100644 --- a/build.gradle +++ b/build.gradle @@ -2,7 +2,7 @@ buildscript { ext.kotlin_version = '2.1.0' ext.retrofitVersion = '2.11.0' - ext.amplify_version = '2.25.1' + ext.amplify_version = '2.26.0' repositories { google()