From f8098af9ee190e2f2da8137d32d57d924b8dc90c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 27 Jun 2024 10:07:52 +0000 Subject: [PATCH] Bump coil3 from 3.0.0-alpha06 to 3.0.0-alpha07 Bumps `coil3` from 3.0.0-alpha06 to 3.0.0-alpha07. Updates `io.coil-kt.coil3:coil-compose` from 3.0.0-alpha06 to 3.0.0-alpha07 - [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.0-alpha06...3.0.0-alpha07) Updates `io.coil-kt.coil3:coil-network-ktor` from 3.0.0-alpha06 to 3.0.0-alpha07 - [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.0-alpha06...3.0.0-alpha07) --- updated-dependencies: - dependency-name: io.coil-kt.coil3:coil-compose dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: io.coil-kt.coil3:coil-network-ktor dependency-type: direct:production update-type: version-update:semver-patch ... 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 8c0bcb63d..b27785308 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -63,7 +63,7 @@ jetbrains-androidx-core-bundle = "1.0.0" detekt = "1.23.6" spotless = "6.25.0" coil = "2.6.0" -coil3 = "3.0.0-alpha06" # fixme block kotlin update +coil3 = "3.0.0-alpha07" # fixme block kotlin update okhttp = "4.12.0" chucker = "4.0.0" timber = "5.0.1"