diff --git a/androidApp/build.gradle.kts b/androidApp/build.gradle.kts index 7fc5b2629..aafad7645 100644 --- a/androidApp/build.gradle.kts +++ b/androidApp/build.gradle.kts @@ -100,13 +100,13 @@ dependencies { implementation(libs.okhttp) testImplementation(kotlin("test")) testImplementation(libs.org.json) - testImplementation("com.squareup.okhttp3:mockwebserver3:5.3.0") + testImplementation("com.squareup.okhttp3:mockwebserver3:5.5.0") androidTestImplementation(libs.androidx.test.core) androidTestImplementation(libs.androidx.test.junit) androidTestImplementation(libs.androidx.test.runner) androidTestImplementation(libs.androidx.test.uiautomator) - androidTestImplementation("com.squareup.okhttp3:mockwebserver3:5.4.0") - androidTestImplementation("com.squareup.okhttp3:okhttp-tls:5.4.0") + androidTestImplementation("com.squareup.okhttp3:mockwebserver3:5.5.0") + androidTestImplementation("com.squareup.okhttp3:okhttp-tls:5.5.0") } val validateReleaseSigning by tasks.registering { diff --git a/contractAcquisition/build.gradle.kts b/contractAcquisition/build.gradle.kts index 9deaca7e7..dc36c9909 100644 --- a/contractAcquisition/build.gradle.kts +++ b/contractAcquisition/build.gradle.kts @@ -17,7 +17,7 @@ dependencies { implementation(libs.org.json) implementation("org.snakeyaml:snakeyaml-engine:3.1.1") testImplementation(kotlin("test-junit5")) - testImplementation("com.squareup.okhttp3:mockwebserver3:5.3.0") + testImplementation("com.squareup.okhttp3:mockwebserver3:5.5.0") } tasks.test { diff --git a/ui/build.gradle.kts b/ui/build.gradle.kts index 3c99ac6e1..31dc356b8 100644 --- a/ui/build.gradle.kts +++ b/ui/build.gradle.kts @@ -229,7 +229,7 @@ kotlin { } val desktopTest by getting desktopTest.dependencies { - implementation("com.squareup.okhttp3:mockwebserver3:5.3.0") + implementation("com.squareup.okhttp3:mockwebserver3:5.5.0") } } }