From b8e0fd47e59820817c07d440d231794d889adff0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Sep 2024 08:26:29 +0000 Subject: [PATCH] Bump koin from 3.5.6 to 4.0.0 Bumps `koin` from 3.5.6 to 4.0.0. Updates `io.insert-koin:koin-android` from 3.5.6 to 4.0.0 - [Release notes](https://github.com/InsertKoinIO/koin/releases) - [Changelog](https://github.com/InsertKoinIO/koin/blob/main/CHANGELOG.md) - [Commits](https://github.com/InsertKoinIO/koin/compare/3.5.6...4.0.0) Updates `io.insert-koin:koin-core` from 3.5.6 to 4.0.0 - [Release notes](https://github.com/InsertKoinIO/koin/releases) - [Changelog](https://github.com/InsertKoinIO/koin/blob/main/CHANGELOG.md) - [Commits](https://github.com/InsertKoinIO/koin/compare/3.5.6...4.0.0) Updates `io.insert-koin:koin-androidx-compose` from 3.5.6 to 4.0.0 - [Release notes](https://github.com/InsertKoinIO/koin/releases) - [Changelog](https://github.com/InsertKoinIO/koin/blob/main/CHANGELOG.md) - [Commits](https://github.com/InsertKoinIO/koin/compare/3.5.6...4.0.0) --- updated-dependencies: - dependency-name: io.insert-koin:koin-android dependency-type: direct:production update-type: version-update:semver-major - dependency-name: io.insert-koin:koin-core dependency-type: direct:production update-type: version-update:semver-major - dependency-name: io.insert-koin:koin-androidx-compose dependency-type: direct:production update-type: version-update:semver-major ... 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 e8fb5d23..9410608f 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -1,6 +1,6 @@ [versions] android-plugin = "8.6.1" -koin = "3.5.6" +koin = "4.0.0" kotlin = "2.0.20" kotlin-coroutines = "1.9.0" lifecycle = "2.8.5"