diff --git a/FlowCrypt/build.gradle.kts b/FlowCrypt/build.gradle.kts index 0c74fbadc..744f205d1 100644 --- a/FlowCrypt/build.gradle.kts +++ b/FlowCrypt/build.gradle.kts @@ -439,12 +439,12 @@ dependencies { androidTestImplementation("androidx.room:room-testing:2.8.4") androidTestImplementation("androidx.arch.core:core-testing:2.2.0") androidTestImplementation("androidx.work:work-testing:2.11.0") - androidTestImplementation("com.squareup.okhttp3:mockwebserver:5.3.1") - androidTestImplementation("com.squareup.okhttp3:okhttp-tls:5.3.1") + androidTestImplementation("com.squareup.okhttp3:mockwebserver:5.3.2") + androidTestImplementation("com.squareup.okhttp3:okhttp-tls:5.3.2") androidTestImplementation("com.athaydes.rawhttp:rawhttp-core:2.6.0") androidTestUtil("androidx.test:orchestrator:1.6.1") - testImplementation("com.squareup.okhttp3:mockwebserver:5.3.1") + testImplementation("com.squareup.okhttp3:mockwebserver:5.3.2") testImplementation("com.flextrade.jfixture:jfixture:2.7.2") testImplementation("com.shazam:shazamcrest:0.11") testImplementation("org.robolectric:robolectric:4.16") @@ -501,7 +501,7 @@ dependencies { implementation("com.squareup.retrofit2:converter-gson:3.0.0") implementation("com.squareup.retrofit2:converter-scalars:3.0.0") implementation("com.squareup.okio:okio:3.16.4") - implementation("com.squareup.okhttp3:logging-interceptor:5.3.1") + implementation("com.squareup.okhttp3:logging-interceptor:5.3.2") implementation("com.github.bumptech.glide:glide:5.0.5") implementation("com.nulab-inc:zxcvbn:1.9.0")