From 27fff8ad3bee2e42be9e2989853b85d4f2613be9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Jul 2025 16:25:14 +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 24.1.2 to 25.0.0. - [Commits](https://github.com/firebase/firebase-android-sdk/commits) --- updated-dependencies: - dependency-name: com.google.firebase:firebase-messaging dependency-version: 25.0.0 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 2cc8185d96..d904e8a866 100644 --- a/packages/notifications/push/amplify_push_notifications/android/build.gradle +++ b/packages/notifications/push/amplify_push_notifications/android/build.gradle @@ -66,7 +66,7 @@ android { dependencies { coreLibraryDesugaring "com.android.tools:desugar_jdk_libs:2.1.5" - api "com.google.firebase:firebase-messaging:24.1.2" + api "com.google.firebase:firebase-messaging:25.0.0" // Import support library for Amplify push utils implementation 'com.amplifyframework:aws-push-notifications-pinpoint-common:2.29.1' implementation "org.jetbrains.kotlinx:kotlinx-serialization-json:1.9.0"