From 1e47e4b05495ccbebbcdbd87d2c18885bc7c28e0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 29 Dec 2022 02:04:57 +0000 Subject: [PATCH] Bump koin-core from 3.2.0 to 3.3.2 Bumps [koin-core](https://github.com/InsertKoinIO/koin) from 3.2.0 to 3.3.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/3.2.0...core-3.3.2) --- updated-dependencies: - dependency-name: io.insert-koin:koin-core dependency-type: direct:production update-type: version-update:semver-minor ... 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 f27484e..7106276 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -72,7 +72,7 @@ dependencies { // Koin implementation("io.insert-koin:koin-android:3.2.0") - implementation("io.insert-koin:koin-core:3.2.0") + implementation("io.insert-koin:koin-core:3.3.2") // Test testImplementation("junit:junit:4.13.2")