From df2ce51fc6bae408ea31854fe3d2b0bea7f03538 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 Jan 2024 11:50:43 +0000 Subject: [PATCH] Bump koin from 3.4.2 to 3.5.3 Bumps `koin` from 3.4.2 to 3.5.3. Updates `io.insert-koin:koin-core` from 3.4.2 to 3.5.3 - [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.2...3.5.3) Updates `io.insert-koin:koin-android` from 3.4.2 to 3.5.3 - [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.2...3.5.3) Updates `io.insert-koin:koin-androidx-workmanager` from 3.4.2 to 3.5.3 - [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.2...3.5.3) Updates `io.insert-koin:koin-android-compat` from 3.4.2 to 3.5.3 - [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.2...3.5.3) --- updated-dependencies: - dependency-name: io.insert-koin:koin-core dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: io.insert-koin:koin-android dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: io.insert-koin:koin-androidx-workmanager dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: io.insert-koin:koin-android-compat 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 ce76f5f7c..817624a1c 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -21,7 +21,7 @@ kotlin = "1.9.20" kotlinxCoroutines = "1.7.3" kotlinxDatetime = "0.4.0" kotlinxSerializationJson = "1.5.1" -koin = "3.4.2" +koin = "3.5.3" koinAndroidxCompose = "3.4.5" kover = "0.7.2" ktor = "2.3.1"