From d319444059ed93d3c57c9c100e0295cf83aca5ea Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 20 Aug 2026 01:52:56 +0000 Subject: [PATCH] build(deps): bump com.squareup.okhttp3:okhttp-brotli from 5.4.0 to 5.5.0 Bumps [com.squareup.okhttp3:okhttp-brotli](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:okhttp-brotli 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..08f38d0 100644 --- a/api/build.gradle.kts +++ b/api/build.gradle.kts @@ -48,7 +48,7 @@ dependencies { val retrofitKtxSerialization = "3.0.0" val retrofitProtobuf = "3.0.0" val okhttp3LoggingVersion = "5.4.0" - val okhttp3BrotliVersion = "5.4.0" + val okhttp3BrotliVersion = "5.5.0" val timberVersion = "5.0.1" val junitVersion = "4.13.2" val kotlinxCoroutinesVersion = "1.11.0"