From 12f9a452d72ebe86344398a788e6cfa6a0746a14 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 27 Aug 2024 20:55:16 +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.1. - [Changelog](https://github.com/firebase/firebase-android-sdk/blob/main/docs/make_release_notes.py) - [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..2b98d01a17 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.1" // 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"