From 9ed9467f319537e123645ef4b21cd1bdbe18c126 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 11 Jun 2026 00:30:24 +0000 Subject: [PATCH] Bump com.squareup.okhttp3:mockwebserver3 from 5.3.2 to 5.4.0 Bumps [com.squareup.okhttp3:mockwebserver3](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:mockwebserver3 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 5d26cf4..8e16805 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -62,7 +62,7 @@ dependencies { testImplementation("org.springframework.boot:spring-boot-starter-kafka-test") testImplementation("org.springframework.boot:spring-boot-starter-websocket-test") testImplementation("org.springframework.modulith:spring-modulith-starter-test") - testImplementation("com.squareup.okhttp3:mockwebserver3:5.3.2") + testImplementation("com.squareup.okhttp3:mockwebserver3:5.4.0") testImplementation("org.springframework.grpc:spring-grpc-test") testRuntimeOnly("org.junit.platform:junit-platform-launcher") }