From c7c8130753b101542dfa50ad3e345de02cd50b1d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Mar 2023 03:00:55 +0000 Subject: [PATCH] Bump io.coil-kt:coil-compose from 1.3.2 to 2.3.0 Bumps [io.coil-kt:coil-compose](https://github.com/coil-kt/coil) from 1.3.2 to 2.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/1.3.2...2.3.0) --- updated-dependencies: - dependency-name: io.coil-kt:coil-compose dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index ac979e2..abcacf3 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -90,7 +90,7 @@ dependencies { implementation 'com.squareup.retrofit2:retrofit:2.9.0' implementation 'com.jakewharton.retrofit:retrofit2-kotlinx-serialization-converter:0.8.0' implementation 'org.jetbrains.kotlinx:kotlinx-serialization-json:1.3.0' - implementation 'io.coil-kt:coil-compose:1.3.2' + implementation 'io.coil-kt:coil-compose:2.3.0' implementation 'com.fasterxml.jackson.core:jackson-databind:2.13.0' implementation 'com.fasterxml.jackson.core:jackson-annotations:2.13.0' implementation 'com.squareup.okhttp3:logging-interceptor:3.8.0'