From 17fa85ca866a573aaa13759b42fb3c08123f16dd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Sep 2023 10:40:28 +0000 Subject: [PATCH] chore(deps): bump koin from 3.4.1 to 3.5.0 Bumps `koin` from 3.4.1 to 3.5.0. Updates `io.insert-koin:koin-android` from 3.4.1 to 3.5.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/core-3.4.1...3.5.0) Updates `io.insert-koin:koin-androidx-compose` from 3.4.1 to 3.5.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/core-3.4.1...3.5.0) Updates `io.insert-koin:koin-core` from 3.4.1 to 3.5.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/core-3.4.1...3.5.0) Updates `io.insert-koin:koin-test` from 3.4.1 to 3.5.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/core-3.4.1...3.5.0) --- updated-dependencies: - dependency-name: io.insert-koin:koin-android dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: io.insert-koin:koin-androidx-compose dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: io.insert-koin:koin-core dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: io.insert-koin:koin-test 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 0f53826..cca11fe 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -10,7 +10,7 @@ config-min-sdk-version = "23" config-target-sdk-version = "33" detektPlugin = "1.22.0" gradlePlugin = "8.0.2" -koin = "3.4.1" +koin = "3.5.0" kotlin = "1.7.20" koverPlugin = "0.6.1" ktlintPlugin = "11.0.0"