From f2aaf0aa5b57b53cecf3146298b28763a31a6724 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 25 May 2024 16:20:10 +0000 Subject: [PATCH] fix(deps): update dependency com.squareup.okhttp3:okhttp to v4.12.0 --- 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 745cb04e..6de38511 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -28,7 +28,7 @@ kotlin-coroutines-android = { module = "org.jetbrains.kotlinx:kotlinx-coroutines kotlin-coroutines-core = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-core", version.ref = "coroutines" } kotlin-result = { module = "com.michael-bull.kotlin-result:kotlin-result", version = "1.1.16" } liveevent = { module = "com.github.hadilq:live-event", version = "1.3.0" } -okhttp = { module = "com.squareup.okhttp3:okhttp", version = "4.10.0" } +okhttp = { module = "com.squareup.okhttp3:okhttp", version = "4.12.0" } [plugins] detekt = { id = "io.gitlab.arturbosch.detekt", version = "1.19.0" }