From 4e7fcbd9310fbec9ec10bd3a506faee77c575017 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 13 Aug 2025 13:58:22 +0000 Subject: [PATCH] Bump coil3 from 3.2.0 to 3.3.0 Bumps `coil3` from 3.2.0 to 3.3.0. Updates `io.coil-kt.coil3:coil` from 3.2.0 to 3.3.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.2.0...3.3.0) Updates `io.coil-kt.coil3:coil-network-core` from 3.2.0 to 3.3.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.2.0...3.3.0) --- updated-dependencies: - dependency-name: io.coil-kt.coil3:coil dependency-version: 3.3.0 dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: io.coil-kt.coil3:coil-network-core dependency-version: 3.3.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 02e75c1..1a1f329 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -15,7 +15,7 @@ compose = "1.8.2" androidsvg = "1.4" imageloader = "1.9.0" coil2 = "2.7.0" -coil3 = "3.2.0" +coil3 = "3.3.0" okio = "3.16.0" credentials = "1.5.0" sketch = "4.3.1"