From a1aa0b9df0cabb0f881a3459e47eab857f235b61 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 Jan 2025 23:23:34 +0300 Subject: [PATCH] Bump koin from 4.0.1 to 4.0.2 (#414) Bumps `koin` from 4.0.1 to 4.0.2. Updates `io.insert-koin:koin-android` from 4.0.1 to 4.0.2 - [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/4.0.1...4.0.2) Updates `io.insert-koin:koin-androidx-compose` from 4.0.1 to 4.0.2 - [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/4.0.1...4.0.2) Updates `io.insert-koin:koin-androidx-workmanager` from 4.0.1 to 4.0.2 - [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/4.0.1...4.0.2) Updates `io.insert-koin:koin-compose` from 4.0.1 to 4.0.2 - [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/4.0.1...4.0.2) Updates `io.insert-koin:koin-compose-viewmodel` from 4.0.1 to 4.0.2 - [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/4.0.1...4.0.2) --- updated-dependencies: - dependency-name: io.insert-koin:koin-android dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: io.insert-koin:koin-androidx-compose dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: io.insert-koin:koin-androidx-workmanager dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: io.insert-koin:koin-compose dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: io.insert-koin:koin-compose-viewmodel dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- 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 2b71f3985..2fde6b12c 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -66,7 +66,7 @@ palantir-git = "3.1.0" flaker = "0.1.2" ktor = "3.0.3" leakcanary = "3.0-alpha-8" -koin = "4.0.1" +koin = "4.0.2" okio = "3.10.2" buildkonfig = "0.15.2" napier = "2.7.1"