Skip to content

Commit

Permalink
Bump the gradle group with 3 updates (#387)
Browse files Browse the repository at this point in the history
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.27.0 to 2.27.1
- [Release notes](/~https://github.com/aws-amplify/amplify-android/releases)
- [Changelog](/~https://github.com/aws-amplify/amplify-android/blob/main/CHANGELOG.md)
- [Commits](aws-amplify/amplify-android@release_v2.27.0...release_v2.27.1)

Updates `com.amplifyframework:aws-api` from 2.27.0 to 2.27.1
- [Release notes](/~https://github.com/aws-amplify/amplify-android/releases)
- [Changelog](/~https://github.com/aws-amplify/amplify-android/blob/main/CHANGELOG.md)
- [Commits](aws-amplify/amplify-android@release_v2.27.0...release_v2.27.1)

Updates `com.amplifyframework:aws-auth-cognito` from 2.27.0 to 2.27.1
- [Release notes](/~https://github.com/aws-amplify/amplify-android/releases)
- [Changelog](/~https://github.com/aws-amplify/amplify-android/blob/main/CHANGELOG.md)
- [Commits](aws-amplify/amplify-android@release_v2.27.0...release_v2.27.1)

Updates `com.amplifyframework:aws-api` from 2.27.0 to 2.27.1
- [Release notes](/~https://github.com/aws-amplify/amplify-android/releases)
- [Changelog](/~https://github.com/aws-amplify/amplify-android/blob/main/CHANGELOG.md)
- [Commits](aws-amplify/amplify-android@release_v2.27.0...release_v2.27.1)

Updates `com.amplifyframework:aws-auth-cognito` from 2.27.0 to 2.27.1
- [Release notes](/~https://github.com/aws-amplify/amplify-android/releases)
- [Changelog](/~https://github.com/aws-amplify/amplify-android/blob/main/CHANGELOG.md)
- [Commits](aws-amplify/amplify-android@release_v2.27.0...release_v2.27.1)

---
updated-dependencies:
- 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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Feb 28, 2025
1 parent 7ad5736 commit 3f5cdb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
buildscript {
ext.kotlin_version = '2.1.10'
ext.retrofitVersion = '2.11.0'
ext.amplify_version = '2.27.0'
ext.amplify_version = '2.27.1'

repositories {
google()
Expand Down

0 comments on commit 3f5cdb2

Please sign in to comment.