From 49443270b1b74c799a9574d5e345d77e4a845c55 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Oct 2023 12:21:28 +0000 Subject: [PATCH] chore(deps): Bump the mockito group Bumps the mockito group in /packages/amplify_datastore/android with 1 update: [org.mockito:mockito-core](https://github.com/mockito/mockito). - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](https://github.com/mockito/mockito/compare/v5.5.0...v5.6.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 9860f85e3a..327f96c518 100644 --- a/packages/amplify_datastore/android/build.gradle +++ b/packages/amplify_datastore/android/build.gradle @@ -80,7 +80,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.6.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'