From d3fe344d0c7a68c896d882b0c23d4ea67ccf3c04 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 29 Jul 2025 19:27:59 +0000 Subject: [PATCH] Update okhttp monorepo to v5 --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 420b24bb..22cb37c0 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -7,7 +7,7 @@ jupyter-testkit = "0.12.0-398" jupyter-plugin = "0.12.0-398" okio = "3.15.0" moshi = "1.15.2" -okhttp = "4.12.0" +okhttp = "5.1.0" retrofit = "3.0.0" kotlin-coroutines = "1.10.2" kotlin-binary-compatibility-validator = "0.18.1"