From 1e4035351f3250588c33a638030e6e514bc19780 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 15 Sep 2026 11:32:32 +0000 Subject: [PATCH] chore(deps): bump com.squareup.okhttp3:logging-interceptor Bumps [com.squareup.okhttp3:logging-interceptor](https://github.com/lysine-dev/okhttp) from 4.12.0 to 5.5.0. - [Changelog](https://github.com/lysine-dev/okhttp/blob/main/CHANGELOG.md) - [Commits](https://github.com/lysine-dev/okhttp/compare/parent-4.12.0...parent-5.5.0) --- updated-dependencies: - dependency-name: com.squareup.okhttp3:logging-interceptor dependency-version: 5.5.0 dependency-type: direct:production update-type: version-update:semver-major ... 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 70940f5..c4f7536 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -15,7 +15,7 @@ androidx-annotation = "1.9.1" kotlinx-serialization-json = "1.8.0" retrofit = "3.0.0" -okhttp3 = "4.12.0" +okhttp3 = "5.5.0" gson = "2.13.1" lifecycleLivedataKtx = "2.9.0" lifecycleViewmodelKtx = "2.9.0"