From 0aa8a122a5629f87b85f10c76e2dc0e78f092591 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 27 Feb 2026 13:07:01 +0000 Subject: [PATCH] fix(deps): 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 30d2f76b..50111feb 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -16,7 +16,7 @@ compose-bom = "2024.08.00" detekt = "1.23.8" kotlin = "2.2.0" kotlin-coroutines = "1.10.2" -okhttp = "4.12.0" +okhttp = "5.3.2" junit-jupiter = "5.13.4" benchmark = "1.4.0" junit = "1.3.0"