From 06b2250532777e744dbef4589d329f64444762ef Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Apr 2025 14:05:50 +0000 Subject: [PATCH] chore(deps): bump org.mockito:mockito-core Bumps the mockito group with 1 update in the /packages/amplify_datastore/android directory: [org.mockito:mockito-core](https://github.com/mockito/mockito). Updates `org.mockito:mockito-core` from 5.5.0 to 5.16.0 - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](https://github.com/mockito/mockito/compare/v5.5.0...v5.16.0) --- updated-dependencies: - dependency-name: org.mockito:mockito-core dependency-type: direct:production update-type: version-update:semver-minor dependency-group: mockito ... 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 5c35fabd7d9..43a81564395 100644 --- a/packages/amplify_datastore/android/build.gradle +++ b/packages/amplify_datastore/android/build.gradle @@ -81,7 +81,7 @@ dependencies { implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-android:1.7.1' testImplementation 'junit:junit:4.13.2' - testImplementation 'org.mockito:mockito-core:5.5.0' + testImplementation 'org.mockito:mockito-core:5.17.0' testImplementation 'org.mockito:mockito-inline:5.2.0' testImplementation 'androidx.test:core:1.5.0' testImplementation 'com.google.code.gson:gson:2.10.1'