Skip to content

Commit

Permalink
chore(deps): update dependency org.mockito.kotlin:mockito-kotlin to v…
Browse files Browse the repository at this point in the history
…5.4.0 (#57)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jul 9, 2024
1 parent 61a1b30 commit 7868f8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ dependencies {

// mockito
testImplementation("org.mockito:mockito-core:5.12.0")
testImplementation("org.mockito.kotlin:mockito-kotlin:5.3.1")
testImplementation("org.mockito.kotlin:mockito-kotlin:5.4.0")
}

application {
Expand Down

0 comments on commit 7868f8c

Please sign in to comment.