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

Commit cf71fb9

Browse files
[video_player]: Bump mockito-core
Bumps [mockito-core](https://github.com/mockito/mockito) from 4.6.1 to 4.7.0. - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](mockito/mockito@v4.6.1...v4.7.0) --- updated-dependencies: - dependency-name: org.mockito:mockito-core dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 06558c0 commit cf71fb9

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.4'
63-
testImplementation 'org.mockito:mockito-core:4.6.1'
63+
testImplementation 'org.mockito:mockito-core:4.7.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)