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

Commit 5fccbd5

Browse files
[image_picker]: Bump mockito-core
Bumps [mockito-core](https://github.com/mockito/mockito) from 3.10.0 to 4.8.0. - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](mockito/mockito@v3.10.0...v4.8.0) --- updated-dependencies: - dependency-name: org.mockito:mockito-core dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent f2e11aa commit 5fccbd5

File tree

1 file changed

+1
-1
lines changed
  • packages/image_picker/image_picker_android/android

1 file changed

+1
-1
lines changed

packages/image_picker/image_picker_android/android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ android {
3838
implementation 'androidx.exifinterface:exifinterface:1.3.3'
3939

4040
testImplementation 'junit:junit:4.13.2'
41-
testImplementation 'org.mockito:mockito-core:3.10.0'
41+
testImplementation 'org.mockito:mockito-core:4.8.0'
4242
testImplementation 'androidx.test:core:1.4.0'
4343
testImplementation "org.robolectric:robolectric:4.8.1"
4444
}

0 commit comments

Comments
 (0)