From f584ab550bffd217202fb9cff8e382bbe7989100 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 4 Sep 2026 06:34:42 +0000 Subject: [PATCH] chore(deps): bump com.squareup.okhttp3:mockwebserver3 Bumps [com.squareup.okhttp3:mockwebserver3](https://github.com/lysine-dev/okhttp) from 5.3.0 to 5.5.0. - [Changelog](https://github.com/lysine-dev/okhttp/blob/main/CHANGELOG.md) - [Commits](https://github.com/lysine-dev/okhttp/compare/parent-5.3.0...parent-5.5.0) --- updated-dependencies: - dependency-name: com.squareup.okhttp3:mockwebserver3 dependency-version: 5.4.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- androidApp/build.gradle.kts | 6 +++--- contractAcquisition/build.gradle.kts | 2 +- ui/build.gradle.kts | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) 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 ec8c68cf0..134897f8c 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.0.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 1847da932..09c1e0940 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") } } }