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

Commit e80c994

Browse files
[camera]: Bump mockito-inline
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]>
1 parent eda98cd commit e80c994

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/camera/camera_android_camerax/android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ dependencies {
6262
implementation "androidx.camera:camera-lifecycle:${camerax_version}"
6363
implementation 'com.google.guava:guava:31.1-android'
6464
testImplementation 'junit:junit:4.13.2'
65-
testImplementation 'org.mockito:mockito-inline:4.7.0'
65+
testImplementation 'org.mockito:mockito-inline:5.0.0'
6666
testImplementation 'androidx.test:core:1.4.0'
6767
testImplementation 'org.robolectric:robolectric:4.8'
6868
}

0 commit comments

Comments
 (0)