diff --git a/main/build.gradle b/main/build.gradle index 509a3904e13..b012f01437c 100644 --- a/main/build.gradle +++ b/main/build.gradle @@ -402,7 +402,7 @@ dependencies { // Metadata Extractor, EXIF location extraction from images implementation 'com.drewnoakes:metadata-extractor:2.18.0' - String okhttpVersion = '4.10.0' + String okhttpVersion = '4.11.0' implementation "com.squareup.okhttp3:okhttp:$okhttpVersion" // For local unit tests testImplementation "com.squareup.okhttp3:mockwebserver:$okhttpVersion"