From b6dcaeec7207bd9c95a919ba639eea742a23c37a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Aug 2026 00:24:46 +0000 Subject: [PATCH] chore(deps): bump com.squareup.okhttp3:okhttp from 5.3.2 to 5.5.0 Bumps [com.squareup.okhttp3:okhttp](https://github.com/lysine-dev/okhttp) from 5.3.2 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.3.2...parent-5.5.0) --- updated-dependencies: - dependency-name: com.squareup.okhttp3:okhttp dependency-version: 5.5.0 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 75705ffed..79319b379 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -4,7 +4,7 @@ kotlin = "2.2.10" ksp = "2.2.10-2.0.2" coroutines = "1.10.2" junit = "5.14.3" -okhttp = "5.3.2" +okhttp = "5.5.0" okio = "3.17.0" json = "20251224" # Keep Android 5, 6 compatible (with SDK 21 - 23)