From 8827b382e58ee39106845d504fb24dd0ed5a739f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 21 Jun 2026 10:26:05 +0000 Subject: [PATCH] Update okhttp monorepo to v5.4.0 --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 74e2196..87782a1 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -38,7 +38,7 @@ information { } dependencies { - implementation("com.squareup.okhttp3:okhttp:5.1.0") + implementation("com.squareup.okhttp3:okhttp:5.4.0") implementation("com.google.code.gson:gson:2.14.0") testImplementation("org.junit.jupiter:junit-jupiter:5.13.4") testRuntimeOnly("org.junit.platform:junit-platform-launcher")