From 059e879a050a67f6db84fa7b49249c0b880fee83 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Apr 2023 05:08:28 +0000 Subject: [PATCH] Bump com.squareup.okhttp3:okhttp-bom from 4.9.3 to 4.10.0 Bumps [com.squareup.okhttp3:okhttp-bom](https://github.com/square/okhttp) from 4.9.3 to 4.10.0. - [Release notes](https://github.com/square/okhttp/releases) - [Changelog](https://github.com/square/okhttp/blob/master/CHANGELOG.md) - [Commits](https://github.com/square/okhttp/compare/parent-4.9.3...parent-4.10.0) --- updated-dependencies: - dependency-name: com.squareup.okhttp3:okhttp-bom dependency-type: direct:production update-type: version-update:semver-minor ... 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..71ef2c2 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 = "4.10.0" accompanist_version = "0.29.1-alpha" } }// Top-level build file where you can add configuration options common to all sub-projects/modules.