From 042573ea7bf8e7802ef0dfc9eef88dfc720cfdf8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 17 Oct 2023 00:07:05 -0400 Subject: [PATCH] Update okhttp to v4.12.0 (#502) --- 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 6fe9e177..2962eb83 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -25,7 +25,7 @@ kotlinpoet = "1.14.2" ksp = "1.9.10-1.0.13" ktfmt = "0.44" moshi = "1.15.0" -okhttp = "4.11.0" +okhttp = "4.12.0" retrofit = "2.9.0" [plugins]