From 143a1f26b1dd277b56e3bf0b4a399e95abd42485 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 14 Dec 2024 09:17:05 +0000 Subject: [PATCH] Bump coil from 3.0.1 to 3.0.4 Bumps `coil` from 3.0.1 to 3.0.4. Updates `io.coil-kt.coil3:coil-compose` from 3.0.1 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.1...3.0.4) Updates `io.coil-kt.coil3:coil-svg` from 3.0.1 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.1...3.0.4) Updates `io.coil-kt.coil3:coil-network-ktor3` from 3.0.1 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.1...3.0.4) --- 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-svg dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: io.coil-kt.coil3:coil-network-ktor3 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 972d219e..90ef8149 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -6,7 +6,7 @@ dokka = "1.9.10" ksoup = "0.4.0" jetbrainsMarkdown = "0.7.3" -coil = "3.0.1" +coil = "3.0.4" nexus-publish = "2.0.0"