Thanks to visit codestin.com
Credit goes to github.com

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

Commit f7a9a43

Browse files
[image_picker]: Bump org.mockito:mockito-core
Bumps [org.mockito:mockito-core](https://github.com/mockito/mockito) from 4.8.0 to 5.1.1. - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](mockito/mockito@v4.8.0...v5.1.1) --- updated-dependencies: - dependency-name: org.mockito:mockito-core dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent cc4eaba commit f7a9a43

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ android {
3939
implementation 'androidx.exifinterface:exifinterface:1.3.3'
4040

4141
testImplementation 'junit:junit:4.13.2'
42-
testImplementation 'org.mockito:mockito-core:4.8.0'
42+
testImplementation 'org.mockito:mockito-core:5.1.1'
4343
testImplementation 'androidx.test:core:1.4.0'
4444
testImplementation "org.robolectric:robolectric:4.8.1"
4545
}

0 commit comments

Comments
 (0)