Skip to content

Commit

Permalink
Merge pull request #354 from circleci-tools/dependabot/gradle/org.kod…
Browse files Browse the repository at this point in the history
…ein.di-kodein-di-7.23.1

Bump org.kodein.di:kodein-di from 7.23.0 to 7.23.1
  • Loading branch information
unhappychoice authored Dec 3, 2024
2 parents 7f5748c + f9e2da5 commit 37ddab9
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 37ddab9

Please sign in to comment.