From 9b87c78e54ca29ffe3d90b596a08368b84cf6ba7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Aug 2025 15:14:29 +0000 Subject: [PATCH] chore(deps): bump androidx.test:core-ktx Bumps androidx.test:core-ktx from 1.6.1 to 1.7.0. --- updated-dependencies: - dependency-name: androidx.test:core-ktx dependency-version: 1.7.0 dependency-type: direct:production update-type: version-update:semver-minor ... 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..7e786a083f 100644 --- a/packages/notifications/push/amplify_push_notifications/android/build.gradle +++ b/packages/notifications/push/amplify_push_notifications/android/build.gradle @@ -71,7 +71,7 @@ dependencies { implementation 'com.amplifyframework:aws-push-notifications-pinpoint-common:2.29.1' implementation "org.jetbrains.kotlinx:kotlinx-serialization-json:1.9.0" implementation project(path: ':flutter_plugin_android_lifecycle') - implementation 'androidx.test:core-ktx:1.6.1' + implementation 'androidx.test:core-ktx:1.7.0' testImplementation 'junit:junit:4.13.2' testImplementation 'io.mockk:mockk:1.14.4'