From d36138251416beaf5719aa4504f4c868f22b5f25 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 20 Aug 2026 01:52:48 +0000 Subject: [PATCH] build(deps): bump com.squareup.okhttp3:logging-interceptor Bumps [com.squareup.okhttp3:logging-interceptor](https://github.com/lysine-dev/okhttp) from 5.4.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-5.4.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-minor ... Signed-off-by: dependabot[bot] --- api/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/build.gradle.kts b/api/build.gradle.kts index 4a3989d..3730fdf 100644 --- a/api/build.gradle.kts +++ b/api/build.gradle.kts @@ -47,7 +47,7 @@ dependencies { val retrofitVersion = "3.0.0" val retrofitKtxSerialization = "3.0.0" val retrofitProtobuf = "3.0.0" - val okhttp3LoggingVersion = "5.4.0" + val okhttp3LoggingVersion = "5.5.0" val okhttp3BrotliVersion = "5.4.0" val timberVersion = "5.0.1" val junitVersion = "4.13.2"