From 52037593bdbb3ae69ed6707065f19555c002a4dc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 27 Feb 2024 14:18:55 +0000 Subject: [PATCH] chore(dependabot): bump io-coil from 2.5.0 to 2.6.0 Bumps `io-coil` from 2.5.0 to 2.6.0. Updates `io.coil-kt:coil-compose` from 2.5.0 to 2.6.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/2.5.0...2.6.0) Updates `io.coil-kt:coil` from 2.5.0 to 2.6.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/2.5.0...2.6.0) --- updated-dependencies: - dependency-name: io.coil-kt:coil-compose dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: io.coil-kt:coil 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 b392166a..e3e3616d 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -28,7 +28,7 @@ androidx-lifecycle = "2.7.0" androidx-espresso-idling-resource = "3.5.1" androidx-security-crypto = "1.1.0-alpha06" androidx-navigation-safe-args = "2.5.0" -io-coil = "2.5.0" +io-coil = "2.6.0" dokka = "1.9.10" junit = "4.13.2" playServicesAuth = "20.7.0"