Skip to content

Commit

Permalink
chore(deps): update dependency org.mockito:mockito-bom to v4.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed May 27, 2022
1 parent 61378d1 commit b2a7fd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Expand Up @@ -135,7 +135,7 @@ subprojects {
testImplementation(platform("org.junit:junit-bom:5.8.2"))
testImplementation(group = "org.junit.jupiter", name = "junit-jupiter")
// - Mocking
testImplementation(platform("org.mockito:mockito-bom:4.5.1"))
testImplementation(platform("org.mockito:mockito-bom:4.6.0"))
// - Await
testImplementation(group = "org.awaitility", name = "awaitility", version = "4.2.0")
// - Logging
Expand Down

0 comments on commit b2a7fd1

Please sign in to comment.