Skip to content

Commit

Permalink
fix(deps): update dependency io.insert-koin:koin-test to v4 (#354)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Sep 17, 2024
1 parent 03c51e9 commit 83c36db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion projects/kediatr-koin-starter/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ dependencies {
}

dependencies {
testImplementation("io.insert-koin:koin-test:3.5.6")
testImplementation("io.insert-koin:koin-test:4.0.0")
testImplementation("io.insert-koin:koin-test-junit5:4.0.0")
}

0 comments on commit 83c36db

Please sign in to comment.