From 564bdcc80d639c0e9d9b8f4b02dfd5b8bc840c3d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 13 Dec 2022 18:44:06 +0000 Subject: [PATCH] [image_picker]: Bump exifinterface Bumps exifinterface from 1.3.0 to 1.3.5. --- updated-dependencies: - dependency-name: androidx.exifinterface:exifinterface dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- packages/image_picker/image_picker_android/android/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/image_picker/image_picker_android/android/build.gradle b/packages/image_picker/image_picker_android/android/build.gradle index aed1ad5174ea..b2f19a9c0780 100644 --- a/packages/image_picker/image_picker_android/android/build.gradle +++ b/packages/image_picker/image_picker_android/android/build.gradle @@ -36,7 +36,7 @@ android { dependencies { implementation 'androidx.core:core:1.8.0' implementation 'androidx.annotation:annotation:1.3.0' - implementation 'androidx.exifinterface:exifinterface:1.3.3' + implementation 'androidx.exifinterface:exifinterface:1.3.5' testImplementation 'junit:junit:4.13.2' testImplementation 'org.mockito:mockito-core:4.8.0'