From 3e60a96f9da5ba19f166592c1883ed1f07261e01 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Aug 2025 15:54:38 +0000 Subject: [PATCH] chore(deps): bump androidx.test:core Bumps androidx.test:core from 1.6.1 to 1.7.0. --- updated-dependencies: - dependency-name: androidx.test:core dependency-version: 1.7.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- packages/amplify_datastore/android/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/amplify_datastore/android/build.gradle b/packages/amplify_datastore/android/build.gradle index 8bc4176d3e..6d51ffda94 100644 --- a/packages/amplify_datastore/android/build.gradle +++ b/packages/amplify_datastore/android/build.gradle @@ -87,7 +87,7 @@ dependencies { testImplementation 'junit:junit:4.13.2' testImplementation 'org.mockito:mockito-core:5.18.0' testImplementation 'org.mockito:mockito-inline:5.2.0' - testImplementation 'androidx.test:core:1.6.1' + testImplementation 'androidx.test:core:1.7.0' testImplementation 'com.google.code.gson:gson:2.13.1' testImplementation 'org.jetbrains.kotlinx:kotlinx-coroutines-test:1.10.2'