From 6136d3cf9de5ce8cef315f3f08475f99e395d997 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Feb 2025 09:22:26 +0200 Subject: [PATCH] Bump coil from 3.0.4 to 3.1.0 (#498) Bumps `coil` from 3.0.4 to 3.1.0. Updates `io.coil-kt.coil3:coil-compose` 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-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-gif` 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-okhttp` 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 dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: io.coil-kt.coil3:coil-core dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: io.coil-kt.coil3:coil-gif dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: io.coil-kt.coil3:coil-network-okhttp dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- 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 61dbc1692..4fd7f24b8 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -28,7 +28,7 @@ arrow = "2.0.1" barcode-scanner = "4.3.0" better-link-movement-method = "2.2.0" chucker = "4.1.0" -coil = "3.0.4" +coil = "3.1.0" desugar_jdk_libs = "2.1.4" dfu = "2.9.0" firebase-bom = "33.9.0"