From 86be74cc1f3cab6761e65adeb2011e9417a6979a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Oct 2024 12:35:01 +0000 Subject: [PATCH] chore(deps): bump com.google.firebase:firebase-messaging Bumps [com.google.firebase:firebase-messaging](https://github.com/firebase/firebase-android-sdk) from 23.2.0 to 24.0.3. - [Commits](https://github.com/firebase/firebase-android-sdk/commits) --- updated-dependencies: - dependency-name: com.google.firebase:firebase-messaging dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .../push/amplify_push_notifications/android/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/notifications/push/amplify_push_notifications/android/build.gradle b/packages/notifications/push/amplify_push_notifications/android/build.gradle index d24b7dc9bb..9e13f509ae 100644 --- a/packages/notifications/push/amplify_push_notifications/android/build.gradle +++ b/packages/notifications/push/amplify_push_notifications/android/build.gradle @@ -63,7 +63,7 @@ android { } dependencies { - api "com.google.firebase:firebase-messaging:23.2.0" + api "com.google.firebase:firebase-messaging:24.0.3" // Import support library for Amplify push utils implementation 'com.amplifyframework:aws-push-notifications-pinpoint-common:2.21.1' implementation "org.jetbrains.kotlinx:kotlinx-serialization-json:1.4.1"