From 053d4ad7d9a976e1eb337adbffc87e328346df0e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 15 May 2026 08:10:16 +0000 Subject: [PATCH] Bump com.squareup.okhttp3:okhttp-bom from 4.9.3 to 5.3.2 Bumps [com.squareup.okhttp3:okhttp-bom](https://github.com/square/okhttp) from 4.9.3 to 5.3.2. - [Changelog](https://github.com/square/okhttp/blob/master/CHANGELOG.md) - [Commits](https://github.com/square/okhttp/compare/parent-4.9.3...parent-5.3.2) --- updated-dependencies: - dependency-name: com.squareup.okhttp3:okhttp-bom dependency-version: 5.3.2 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index a60318e..0fb2eed 100644 --- a/build.gradle +++ b/build.gradle @@ -17,7 +17,7 @@ buildscript { coil_compose_version = "2.2.2" appcompat_version = "1.6.1" material_version = "1.8.0" - okhttp_bom_version = "4.9.3" + okhttp_bom_version = "5.3.2" accompanist_version = "0.29.1-alpha" } }// Top-level build file where you can add configuration options common to all sub-projects/modules.