From 38a378b987c5cb693dcd66c9cd457d36cfc40924 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jan 2024 04:05:06 +0000 Subject: [PATCH] chore(deps): bump com.squareup.okhttp3:logging-interceptor Bumps [com.squareup.okhttp3:logging-interceptor](https://github.com/square/okhttp) from 4.10.0 to 4.12.0. - [Changelog](https://github.com/square/okhttp/blob/master/CHANGELOG.md) - [Commits](https://github.com/square/okhttp/compare/parent-4.10.0...parent-4.12.0) --- updated-dependencies: - dependency-name: com.squareup.okhttp3:logging-interceptor dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- 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 c137457..d4e780a 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -7,7 +7,7 @@ androidxTestExt = "1.1.5" androidxLifecycle = "2.6.2" androidxNavigation = "2.7.6" kotlinxCoroutines = "1.7.3" -okhttp = "4.10.0" +okhttp = "4.12.0" retrofit2 = "2.9.0" retrofitKotlinxSerializationJson = "1.0.0" hilt = "2.50"