From b323868123ed9f412e47b02ca28791a8daf0b641 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 9 Feb 2023 02:02:50 +0000 Subject: [PATCH] Bump io.insert-koin:koin-core from 3.2.0 to 3.3.3 Bumps [io.insert-koin:koin-core](https://github.com/InsertKoinIO/koin) from 3.2.0 to 3.3.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.2.0...core-3.3.3) --- 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..09e52dc 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.3") // Test testImplementation("junit:junit:4.13.2")