Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies to v3.5.0 (#205)
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 13, 2023
1 parent b374332 commit d6cd68e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions project/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.4.3")
testImplementation("io.insert-koin:koin-test-junit5:3.4.3")
testImplementation("io.insert-koin:koin-test:3.5.0")
testImplementation("io.insert-koin:koin-test-junit5:3.5.0")
}

0 comments on commit d6cd68e

Please sign in to comment.