From d1fe3032341f10d6e071de62abac49614dafaf3c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 14 Sep 2023 07:38:34 +0000 Subject: [PATCH] build(deps): Bump io.insert-koin:koin-test from 3.4.3 to 3.5.0 Bumps [io.insert-koin:koin-test](https://github.com/InsertKoinIO/koin) from 3.4.3 to 3.5.0. - [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.3...3.5.0) --- updated-dependencies: - dependency-name: io.insert-koin:koin-test dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index a0a73fe..74a2e62 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -39,7 +39,7 @@ dependencies { val junitVersion = "5.10.0" val mockkVersion = "1.13.7" val kotestVersion = "5.7.1" - val koinVersion = "3.4.3" + val koinVersion = "3.5.0" compileOnly(kotlin("stdlib"))