From def65246952e410634c8d6050a2892fa78d126f5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 Mar 2025 03:08:13 +0000 Subject: [PATCH] Bump coil from 3.0.4 to 3.1.0 Bumps `coil` from 3.0.4 to 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-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) --- updated-dependencies: - 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-network-ktor3 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 5dae97a..372e993 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -6,7 +6,7 @@ agp = "8.7.3" androidx-lifecycle = "2.8.4" androidx-activity-compose = "1.10.1" androidx-uitest = "1.7.8" -coil = "3.0.4" +coil = "3.1.0" kotlinx-coroutines = "1.10.1" ktor = "3.0.1" kotlinx-serialization = "1.8.0"