From 0e2997cf5d314c0d1f6e54aec8bd165a543bf06f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 May 2024 14:06:33 +0000 Subject: [PATCH] Bump io.insert-koin:koin-core from 3.5.0 to 3.5.6 Bumps [io.insert-koin:koin-core](https://github.com/InsertKoinIO/koin) from 3.5.0 to 3.5.6. - [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.6) --- updated-dependencies: - dependency-name: io.insert-koin:koin-core dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- app/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 7fe637658..cda5af1a4 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -233,8 +233,8 @@ dependencies { fullImplementation 'com.facebook.shimmer:shimmer:0.5.0' // Koin core - download 'io.insert-koin:koin-core:3.5.0' - implementation 'io.insert-koin:koin-core:3.5.0' + download 'io.insert-koin:koin-core:3.5.6' + implementation 'io.insert-koin:koin-core:3.5.6' // Koin main (Scope, ViewModel ...) download 'io.insert-koin:koin-android:3.5.6' implementation 'io.insert-koin:koin-android:3.5.6'