diff --git a/android/build.gradle b/android/build.gradle index 7def565..ca3281e 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -142,7 +142,7 @@ dependencies { implementation "androidx.security:security-crypto:1.1.0-alpha06" // Native HTTP client backing platform::httpExecute. - implementation "com.squareup.okhttp3:okhttp:4.12.0" + implementation "com.squareup.okhttp3:okhttp:5.4.0" // ProcessLifecycleOwner, for the connectivity monitor's foreground scope. implementation "androidx.lifecycle:lifecycle-process:2.8.7" @@ -151,7 +151,7 @@ dependencies { implementation "androidx.work:work-runtime-ktx:2.9.1" testImplementation "junit:junit:4.13.2" - testImplementation "com.squareup.okhttp3:mockwebserver:4.12.0" + testImplementation "com.squareup.okhttp3:mockwebserver:5.4.0" } if (isNewArchitectureEnabled()) {