From 149faaaca34bc6ded24750c28d654fc8c9deb4ca Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 16 Aug 2026 15:26:30 +0000 Subject: [PATCH] chore(deps): bump com.squareup.okhttp3:mockwebserver3 Bumps [com.squareup.okhttp3:mockwebserver3](https://github.com/square/okhttp) from 5.3.0 to 5.4.0. - [Changelog](https://github.com/lysine-dev/okhttp/blob/main/CHANGELOG.md) - [Commits](https://github.com/square/okhttp/compare/parent-5.3.0...parent-5.4.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 | 2 +- contractAcquisition/build.gradle.kts | 2 +- ui/build.gradle.kts | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/androidApp/build.gradle.kts b/androidApp/build.gradle.kts index ca01bf30..e88218c1 100644 --- a/androidApp/build.gradle.kts +++ b/androidApp/build.gradle.kts @@ -99,7 +99,7 @@ dependencies { implementation(libs.kotlinx.coroutines.android) implementation(libs.okhttp) testImplementation(kotlin("test")) - testImplementation("com.squareup.okhttp3:mockwebserver3:5.3.0") + testImplementation("com.squareup.okhttp3:mockwebserver3:5.4.0") androidTestImplementation(libs.androidx.test.core) androidTestImplementation(libs.androidx.test.junit) androidTestImplementation(libs.androidx.test.runner) diff --git a/contractAcquisition/build.gradle.kts b/contractAcquisition/build.gradle.kts index ec8c68cf..fa2bfc62 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.4.0") } tasks.test { diff --git a/ui/build.gradle.kts b/ui/build.gradle.kts index 0c2c1993..b863a926 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.4.0") } } }