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

Commit 9091042

Browse files
[quick_actions]: Bump mockito-core (#6972)
Bumps [mockito-core](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-core 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 dac9e71 commit 9091042

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
@@ -62,6 +62,6 @@ dependencies {
6262
androidTestImplementation "androidx.test:runner:$androidXTestVersion"
6363
androidTestImplementation 'androidx.test.uiautomator:uiautomator:2.2.0'
6464
androidTestImplementation 'androidx.test.ext:junit:1.0.0'
65-
androidTestImplementation 'org.mockito:mockito-core:4.7.0'
65+
androidTestImplementation 'org.mockito:mockito-core:5.0.0'
6666
androidTestImplementation 'org.mockito:mockito-android:5.0.0'
6767
}

0 commit comments

Comments
 (0)