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

Commit 4125922

Browse files
[video_player]: Bump mockito-inline (#6964)
Bumps [mockito-inline](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-inline 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 c2da106 commit 4125922

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

packages/video_player/video_player_android/android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ android {
5050
implementation 'com.google.android.exoplayer:exoplayer-smoothstreaming:2.18.1'
5151
testImplementation 'junit:junit:4.13.2'
5252
testImplementation 'androidx.test:core:1.3.0'
53-
testImplementation 'org.mockito:mockito-inline:4.7.0'
53+
testImplementation 'org.mockito:mockito-inline:5.0.0'
5454
testImplementation 'org.robolectric:robolectric:4.8.1'
5555
}
5656

0 commit comments

Comments
 (0)