Skip to content

Commit c2ddef6

Browse files
[quick_actions]: Bump mockito-core (flutter#6966)
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] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 9091042 commit c2ddef6

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

packages/quick_actions/quick_actions_android/android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ android {
3737

3838
dependencies {
3939
testImplementation 'junit:junit:4.13.2'
40-
testImplementation 'org.mockito:mockito-core:4.7.0'
40+
testImplementation 'org.mockito:mockito-core:5.0.0'
4141
}
4242

4343
compileOptions {

0 commit comments

Comments
 (0)