Skip to content

Commit

Permalink
Bump org.kodein.di:kodein-di from 7.23.0 to 7.23.1
Browse files Browse the repository at this point in the history
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] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 3, 2024
1 parent 95ad993 commit f9e2da5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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' }
Expand Down

0 comments on commit f9e2da5

Please sign in to comment.