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

Commit 3b1219d

Browse files
[camera]: Bump mockito-inline in /packages/camera/camera_android/android (#6973)
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 c4188b9 commit 3b1219d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/camera/camera_android/android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ android {
6363
dependencies {
6464
implementation 'androidx.annotation:annotation:1.5.0'
6565
testImplementation 'junit:junit:4.13.2'
66-
testImplementation 'org.mockito:mockito-inline:4.7.0'
66+
testImplementation 'org.mockito:mockito-inline:5.0.0'
6767
testImplementation 'androidx.test:core:1.4.0'
6868
testImplementation 'org.robolectric:robolectric:4.5'
6969
}

0 commit comments

Comments
 (0)