From e9a7c9d91eb43688beb69185713d696ac8898196 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 20 Mar 2025 12:23:10 +0000 Subject: [PATCH] Bump the gradle group with 5 updates Bumps the gradle group with 5 updates: | Package | From | To | | --- | --- | --- | | [org.jetbrains.kotlin:kotlin-gradle-plugin](https://github.com/JetBrains/kotlin) | `2.1.10` | `2.1.20` | | [org.jetbrains.kotlin:kotlin-stdlib](https://github.com/JetBrains/kotlin) | `2.1.10` | `2.1.20` | | [com.amplifyframework:core](https://github.com/aws-amplify/amplify-android) | `2.27.1` | `2.27.2` | | [com.amplifyframework:aws-api](https://github.com/aws-amplify/amplify-android) | `2.27.1` | `2.27.2` | | [com.amplifyframework:aws-auth-cognito](https://github.com/aws-amplify/amplify-android) | `2.27.1` | `2.27.2` | Updates `org.jetbrains.kotlin:kotlin-gradle-plugin` from 2.1.10 to 2.1.20 - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md) - [Commits](https://github.com/JetBrains/kotlin/compare/v2.1.10...v2.1.20) Updates `org.jetbrains.kotlin:kotlin-stdlib` from 2.1.10 to 2.1.20 - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md) - [Commits](https://github.com/JetBrains/kotlin/compare/v2.1.10...v2.1.20) Updates `org.jetbrains.kotlin:kotlin-stdlib` from 2.1.10 to 2.1.20 - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md) - [Commits](https://github.com/JetBrains/kotlin/compare/v2.1.10...v2.1.20) Updates `com.amplifyframework:core` from 2.27.1 to 2.27.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/commits) Updates `com.amplifyframework:aws-api` from 2.27.1 to 2.27.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/commits) Updates `com.amplifyframework:aws-auth-cognito` from 2.27.1 to 2.27.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/commits) Updates `com.amplifyframework:aws-api` from 2.27.1 to 2.27.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/commits) Updates `com.amplifyframework:aws-auth-cognito` from 2.27.1 to 2.27.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/commits) --- updated-dependencies: - dependency-name: org.jetbrains.kotlin:kotlin-gradle-plugin dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gradle - dependency-name: org.jetbrains.kotlin:kotlin-stdlib dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gradle - dependency-name: org.jetbrains.kotlin:kotlin-stdlib dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gradle - dependency-name: com.amplifyframework:core dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gradle - dependency-name: com.amplifyframework:aws-api dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gradle - dependency-name: com.amplifyframework:aws-auth-cognito dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gradle - dependency-name: com.amplifyframework:aws-api dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gradle - dependency-name: com.amplifyframework:aws-auth-cognito dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gradle ... Signed-off-by: dependabot[bot] --- build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index 88f07de..71b79a7 100644 --- a/build.gradle +++ b/build.gradle @@ -1,8 +1,8 @@ // Top-level build file where you can add configuration options common to all sub-projects/modules. buildscript { - ext.kotlin_version = '2.1.10' + ext.kotlin_version = '2.1.20' ext.retrofitVersion = '2.11.0' - ext.amplify_version = '2.27.1' + ext.amplify_version = '2.27.2' repositories { google()