Skip to content

Commit

Permalink
fix(deps): update dependency org.mockito:mockito-bom to v4.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Sep 7, 2022
1 parent 629e60e commit 22ab1f2
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.7.0"))
testImplementation(platform("org.mockito:mockito-bom:4.8.0"))
// - Await
testImplementation(group = "org.awaitility", name = "awaitility", version = "4.2.0")
// - Logging
Expand Down

0 comments on commit 22ab1f2

Please sign in to comment.