From 5692446caee7207453e6f517338911cf298f97df Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 22:33:48 +0000 Subject: [PATCH] chore(deps): [WPB-9777] bump coil from 3.3.0 to 3.4.0 Bumps `coil` from 3.3.0 to 3.4.0. Updates `io.coil-kt.coil3:coil-core` from 3.3.0 to 3.4.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.3.0...3.4.0) Updates `io.coil-kt.coil3:coil-gif` from 3.3.0 to 3.4.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.3.0...3.4.0) Updates `io.coil-kt.coil3:coil-video` from 3.3.0 to 3.4.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.3.0...3.4.0) Updates `io.coil-kt.coil3:coil-compose` from 3.3.0 to 3.4.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.3.0...3.4.0) Updates `io.coil-kt.coil3:coil-network-ktor3` from 3.3.0 to 3.4.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.3.0...3.4.0) --- updated-dependencies: - dependency-name: io.coil-kt.coil3:coil-core dependency-version: 3.4.0 dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: io.coil-kt.coil3:coil-gif dependency-version: 3.4.0 dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: io.coil-kt.coil3:coil-video dependency-version: 3.4.0 dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: io.coil-kt.coil3:coil-compose dependency-version: 3.4.0 dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: io.coil-kt.coil3:coil-network-ktor3 dependency-version: 3.4.0 dependency-type: direct:production update-type: version-update:semver-minor ... 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 dba5c5d00c6..aec2f498ec6 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -71,7 +71,7 @@ hilt-work = "1.3.0" accompanist = "0.32.0" material = "1.12.0" material3 = "1.4.0" -coil = "3.3.0" +coil = "3.4.0" commonmark = "0.25.1" # Countly