From 986f81130e72d0324ac4812da53d6b1341b162b8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Nov 2024 01:33:52 +0000 Subject: [PATCH] Bump coil from 3.0.2 to 3.0.3 Bumps `coil` from 3.0.2 to 3.0.3. Updates `io.coil-kt.coil3:coil-compose` 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-gif` 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-svg` 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-okhttp` 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-compose dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: io.coil-kt.coil3:coil-gif dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: io.coil-kt.coil3:coil-svg 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 34fa7c0..3c9443e 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -6,7 +6,7 @@ dokka = "2.0.0-Beta" compose = "1.7.1" -coil = "3.0.2" +coil = "3.0.3" intellij-markdown = "0.7.3"