From fd888a35b401fd893cbee62dbc3f7d61be82ceca Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 9 Jun 2026 19:22:21 +0000 Subject: [PATCH] Bump com.squareup.okhttp3:mockwebserver from 5.3.2 to 5.4.0 Bumps [com.squareup.okhttp3:mockwebserver](https://github.com/square/okhttp) from 5.3.2 to 5.4.0. - [Changelog](https://github.com/square/okhttp/blob/master/CHANGELOG.md) - [Commits](https://github.com/square/okhttp/compare/parent-5.3.2...parent-5.4.0) --- updated-dependencies: - dependency-name: com.squareup.okhttp3:mockwebserver dependency-version: 5.4.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index cd9afeb..932d47a 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -16,7 +16,7 @@ dependencies { testImplementation("org.junit.jupiter:junit-jupiter") testRuntimeOnly("org.junit.platform:junit-platform-launcher") testImplementation("org.assertj:assertj-core:3.27.7") - testImplementation("com.squareup.okhttp3:mockwebserver:5.3.2") + testImplementation("com.squareup.okhttp3:mockwebserver:5.4.0") testImplementation("com.google.jimfs:jimfs:1.3.1") testImplementation("org.mockito:mockito-core:5.23.0") }