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

Commit d9cd91f

Browse files
[video_player]: Bump mockito-core (#6965)
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 c2ddef6 commit d9cd91f

File tree

1 file changed

+1
-1
lines changed
  • packages/video_player/video_player_android/example/android/app

1 file changed

+1
-1
lines changed

packages/video_player/video_player_android/example/android/app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ flutter {
6060
dependencies {
6161
testImplementation 'junit:junit:4.13'
6262
testImplementation 'org.robolectric:robolectric:4.8.2'
63-
testImplementation 'org.mockito:mockito-core:4.7.0'
63+
testImplementation 'org.mockito:mockito-core:5.0.0'
6464
androidTestImplementation 'androidx.test:runner:1.1.1'
6565
androidTestImplementation 'androidx.test.espresso:espresso-core:3.1.1'
6666
}

0 commit comments

Comments
 (0)