From fe67f5c58df70e059b8a01cfc4fd97eb1190188e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 5 Feb 2025 09:39:14 +0100 Subject: [PATCH] chore(deps): bump coil from 3.0.4 to 3.1.0 (#789) Bumps `coil` from 3.0.4 to 3.1.0. Updates `io.coil-kt.coil3:coil` from 3.0.4 to 3.1.0 - [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.4...3.1.0) Updates `io.coil-kt.coil3:coil-network-ktor3` from 3.0.4 to 3.1.0 - [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.4...3.1.0) Updates `io.coil-kt.coil3:coil-compose-core` from 3.0.4 to 3.1.0 - [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.4...3.1.0) Updates `io.coil-kt.coil3:coil-gif` from 3.0.4 to 3.1.0 - [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.4...3.1.0) --- updated-dependencies: - dependency-name: io.coil-kt.coil3:coil dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: io.coil-kt.coil3:coil-network-ktor3 dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: io.coil-kt.coil3:coil-compose-core dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: io.coil-kt.coil3:coil-gif dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- 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 cc188066b..635fa56dd 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -11,7 +11,7 @@ androidx-splashscreen = "1.0.1" androidx-sqlite = "2.5.0-alpha12" androidx-work = "2.10.0" calf = "0.7.0" -coil = "3.0.4" +coil = "3.1.0" compose-colorpicker = "1.1.2" compose-plugin = "1.7.3" compose-ui-test = "1.7.7"