Bump metadata-extrator to 2.18.0 version to avoid 2.12.0 vulnerabilities (#493)

This commit is contained in:
jorgepalacio 2022-10-06 00:47:41 +02:00 committed by GitHub
parent edfa42380f
commit 9a8c6fd2ae
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ android {
dependencies {
implementation 'com.facebook.react:react-native:+'
implementation group: 'com.drewnoakes', name: 'metadata-extractor', version: '2.12.0'
implementation group: 'com.drewnoakes', name: 'metadata-extractor', version: '2.18.0'
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
// CameraX core library using the camera2 implementation