From b751a11b2b9f437c4f0585fd2481db7f9dd1adfe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 27 Nov 2024 07:19:26 +0000 Subject: [PATCH] Bump coil from 3.0.3 to 3.0.4 Bumps `coil` from 3.0.3 to 3.0.4. Updates `io.coil-kt.coil3:coil` from 3.0.3 to 3.0.4 - [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.3...3.0.4) Updates `io.coil-kt.coil3:coil-compose` from 3.0.3 to 3.0.4 - [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.3...3.0.4) Updates `io.coil-kt.coil3:coil-core` from 3.0.3 to 3.0.4 - [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.3...3.0.4) Updates `io.coil-kt.coil3:coil-network-cache-control` from 3.0.3 to 3.0.4 - [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.3...3.0.4) Updates `io.coil-kt.coil3:coil-network-core` from 3.0.3 to 3.0.4 - [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.3...3.0.4) Updates `io.coil-kt.coil3:coil-network-okhttp` from 3.0.3 to 3.0.4 - [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.3...3.0.4) --- 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-compose dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: io.coil-kt.coil3:coil-core dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: io.coil-kt.coil3:coil-network-cache-control 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 - dependency-name: io.coil-kt.coil3:coil-network-okhttp 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 8dc69f15d..3c4427679 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -16,7 +16,7 @@ androidx-test-ext-junit = "1.2.1" androidx-test-monitor = "1.7.2" androidx-test-runner = "1.6.2" androidx-tv-material = "1.0.0" -coil = "3.0.3" +coil = "3.0.4" comscore = "6.11.1" dependency-analysis-gradle-plugin = "2.5.0" detekt = "1.23.7"