From 8293b5229e3b05095894efcdcde924f4188c15e8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jan 2024 00:21:02 +0000 Subject: [PATCH] build(deps): bump io.insert-koin:koin-android from 3.5.0 to 3.5.3 Bumps [io.insert-koin:koin-android](https://github.com/InsertKoinIO/koin) from 3.5.0 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/3.5.0...3.5.3) --- updated-dependencies: - dependency-name: io.insert-koin:koin-android dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- app/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle.kts b/app/build.gradle.kts index 4f11e4ea..78b7ec32 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -152,7 +152,7 @@ dependencies { implementation("io.reactivex.rxjava2:rxjava:2.2.21") implementation("io.reactivex.rxjava2:rxandroid:2.1.1") implementation("org.jetbrains.kotlinx:kotlinx-coroutines-rx2:1.7.3") - implementation("io.insert-koin:koin-android:3.5.0") + implementation("io.insert-koin:koin-android:3.5.3") implementation("androidx.fragment:fragment:1.6.2") // TODO remove this when we don't use it anymore implementation("androidx.preference:preference:1.2.1")