From c8a49136b66eb988d49ceb5289569459df34cd92 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Oct 2023 01:38:31 +0000 Subject: [PATCH] Bump com.squareup.okhttp3:logging-interceptor from 4.11.0 to 4.12.0 Bumps [com.squareup.okhttp3:logging-interceptor](https://github.com/square/okhttp) from 4.11.0 to 4.12.0. - [Changelog](https://github.com/square/okhttp/blob/master/CHANGELOG.md) - [Commits](https://github.com/square/okhttp/compare/parent-4.11.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 c564b95..0398cb6 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -34,7 +34,7 @@ kotlinxCoroutines = "1.7.3" kotlinxSerializationJson = "1.6.0" ksp = "1.9.10-1.0.13" ktlint = "0.43.0" -okhttp = "4.11.0" +okhttp = "4.12.0" retrofit = "2.9.0" retrofitResultAdapter = "1.0.9" retrofitKotlinxSerializationJson = "1.0.0"