Skip to content

Commit

Permalink
fix(deps): update dependency org.mockito:mockito-bom to v4.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Aug 13, 2022
1 parent a736d3f commit 94f8e63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Expand Up @@ -134,7 +134,7 @@ subprojects {
testImplementation(platform("org.junit:junit-bom:5.9.0"))
testImplementation(group = "org.junit.jupiter", name = "junit-jupiter")
// - Mocking
testImplementation(platform("org.mockito:mockito-bom:4.6.1"))
testImplementation(platform("org.mockito:mockito-bom:4.7.0"))
// - Await
testImplementation(group = "org.awaitility", name = "awaitility", version = "4.2.0")
// - Logging
Expand Down

0 comments on commit 94f8e63

Please sign in to comment.