From 7594beb0d8314e6c12d5316df6a334a36f634515 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Nov 2024 12:43:59 +0000 Subject: [PATCH] Bump coil3 from 3.0.2 to 3.0.3 Bumps `coil3` from 3.0.2 to 3.0.3. Updates `io.coil-kt.coil3:coil` from 3.0.2 to 3.0.3 - [Release notes](https://github.com/coil-kt/coil/releases) - [Changelog](https://github.com/coil-kt/coil/blob/main/CHANGELOG.md) - [Commits](https://github.com/coil-kt/coil/compare/3.0.2...3.0.3) Updates `io.coil-kt.coil3:coil-network-core` from 3.0.2 to 3.0.3 - [Release notes](https://github.com/coil-kt/coil/releases) - [Changelog](https://github.com/coil-kt/coil/blob/main/CHANGELOG.md) - [Commits](https://github.com/coil-kt/coil/compare/3.0.2...3.0.3) --- updated-dependencies: - dependency-name: io.coil-kt.coil3:coil dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: io.coil-kt.coil3:coil-network-core dependency-type: direct:production update-type: version-update:semver-patch ... 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 204856df..afdb530f 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -25,7 +25,7 @@ compose = "1.7.1" androidsvg = "1.4" imageloader = "1.9.0" coil2 = "2.7.0" -coil3 = "3.0.2" +coil3 = "3.0.3" okio = "3.9.1" credentials = "1.3.0" koin = "4.0.0"