Skip to content
This repository was archived by the owner on Feb 22, 2023. It is now read-only.

Commit c4188b9

Browse files
[quick_actions]: Bump mockito-android (#6970)
Bumps [mockito-android](https://github.com/mockito/mockito) from 4.7.0 to 5.0.0. - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](mockito/mockito@v4.7.0...v5.0.0) --- updated-dependencies: - dependency-name: org.mockito:mockito-android dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 4125922 commit c4188b9

File tree

1 file changed

+1
-1
lines changed
  • packages/quick_actions/quick_actions_android/example/android/app

1 file changed

+1
-1
lines changed

packages/quick_actions/quick_actions_android/example/android/app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,5 +63,5 @@ dependencies {
6363
androidTestImplementation 'androidx.test.uiautomator:uiautomator:2.2.0'
6464
androidTestImplementation 'androidx.test.ext:junit:1.0.0'
6565
androidTestImplementation 'org.mockito:mockito-core:4.7.0'
66-
androidTestImplementation 'org.mockito:mockito-android:4.7.0'
66+
androidTestImplementation 'org.mockito:mockito-android:5.0.0'
6767
}

0 commit comments

Comments
 (0)