From f9e2da54ab927874874cdba58038d7da51622810 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Dec 2024 04:02:18 +0000 Subject: [PATCH] Bump org.kodein.di:kodein-di from 7.23.0 to 7.23.1 Bumps [org.kodein.di:kodein-di](https://github.com/kosi-libs/Kosi-Kodein) from 7.23.0 to 7.23.1. - [Commits](https://github.com/kosi-libs/Kosi-Kodein/commits) --- updated-dependencies: - dependency-name: org.kodein.di:kodein-di dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 0e5e1d1..4392d83 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -47,7 +47,7 @@ dependencies { implementation 'com.github.takuji31.Koreference:koreference:2.0.0' implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version" implementation "org.jetbrains.kotlin:kotlin-reflect:$kotlin_version" - implementation 'org.kodein.di:kodein-di:7.23.0' + implementation 'org.kodein.di:kodein-di:7.23.1' testImplementation 'junit:junit:4.13.2' testImplementation ("com.nhaarman.mockitokotlin2:mockito-kotlin:2.2.0") { exclude group: 'org.jetbrains.kotlin' } testImplementation ("com.winterbe:expekt:0.5.0") { exclude group: 'org.jetbrains.kotlin' }