Skip to content

Commit

Permalink
Update dependency org.mockito.kotlin:mockito-kotlin to v5.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Apr 9, 2024
1 parent 7ad8086 commit 59b1bfc
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 @@ -66,7 +66,7 @@ subprojects {

dependencies {
testImplementation("org.awaitility:awaitility:4.2.0")
testImplementation("org.mockito.kotlin:mockito-kotlin:5.2.1")
testImplementation("org.mockito.kotlin:mockito-kotlin:5.3.1")
testImplementation(kotlin("test"))
}

Expand Down

0 comments on commit 59b1bfc

Please sign in to comment.