From 53228074d69c20dead2aa41585a90ec25c33e52d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 30 Jun 2026 22:14:01 +0000 Subject: [PATCH] chore(deps): [WPB-9777] bump coil from 3.4.0 to 3.5.0 Bumps `coil` from 3.4.0 to 3.5.0. Updates `io.coil-kt.coil3:coil-core` from 3.4.0 to 3.5.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.4.0...3.5.0) Updates `io.coil-kt.coil3:coil-gif` from 3.4.0 to 3.5.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.4.0...3.5.0) Updates `io.coil-kt.coil3:coil-video` from 3.4.0 to 3.5.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.4.0...3.5.0) Updates `io.coil-kt.coil3:coil-compose` from 3.4.0 to 3.5.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.4.0...3.5.0) Updates `io.coil-kt.coil3:coil-network-ktor3` from 3.4.0 to 3.5.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.4.0...3.5.0) --- updated-dependencies: - dependency-name: io.coil-kt.coil3:coil-core dependency-version: 3.5.0 dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: io.coil-kt.coil3:coil-gif dependency-version: 3.5.0 dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: io.coil-kt.coil3:coil-video dependency-version: 3.5.0 dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: io.coil-kt.coil3:coil-compose dependency-version: 3.5.0 dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: io.coil-kt.coil3:coil-network-ktor3 dependency-version: 3.5.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 2effacd8c2..2b6f34c77b 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -68,7 +68,7 @@ compose-edgetoedge-preview = "0.9.0" accompanist = "0.32.0" material = "1.12.0" material3 = "1.4.0" -coil = "3.4.0" +coil = "3.5.0" commonmark = "0.28.0" # Countly