From 69d3e10e97bb9e871e8e4f16c167c905f6f93b21 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 12 Apr 2024 10:11:35 +0000 Subject: [PATCH] Bump koin from 3.5.4 to 3.5.6 Bumps `koin` from 3.5.4 to 3.5.6. Updates `io.insert-koin:koin-android` from 3.5.4 to 3.5.6 - [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.4...3.5.6) Updates `io.insert-koin:koin-androidx-compose` from 3.5.4 to 3.5.6 - [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.4...3.5.6) Updates `io.insert-koin:koin-androidx-workmanager` from 3.5.4 to 3.5.6 - [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.4...3.5.6) Updates `io.insert-koin:koin-core` from 3.5.4 to 3.5.6 - [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.4...3.5.6) Updates `io.insert-koin:koin-core-jvm` from 3.5.4 to 3.5.6 - [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.4...3.5.6) Updates `io.insert-koin:koin-test` from 3.5.4 to 3.5.6 - [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.4...3.5.6) Updates `io.insert-koin:koin-test-junit4` from 3.5.4 to 3.5.6 - [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.4...3.5.6) --- 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-core dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: io.insert-koin:koin-core-jvm dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: io.insert-koin:koin-test dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: io.insert-koin:koin-test-junit4 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 6b0e9edf1..8f2876299 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -81,7 +81,7 @@ turbine = "1.1.0" barista = "4.3.0" kotest = "5.8.1" sqldelight = "2.0.2" -koin = "3.5.4" +koin = "3.5.6" precompose = "1.6.0" constraintlayout-compose-multiplatform = "0.3.1" kmp-viewmodel = "0.7.1"