Skip to content

Commit

Permalink
chore(deps): update dependency org.mockito:mockito-bom to v5.9.0 (#915)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Jan 14, 2024
1 parent 8d141df commit 47b6c2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Expand Up @@ -139,7 +139,7 @@ subprojects {
testImplementation(platform("org.junit:junit-bom:5.10.1"))
testImplementation(group = "org.junit.jupiter", name = "junit-jupiter")
// - Mocking
testImplementation(platform("org.mockito:mockito-bom:5.8.0"))
testImplementation(platform("org.mockito:mockito-bom:5.9.0"))
// - Await
testImplementation(group = "org.awaitility", name = "awaitility", version = "4.2.0")
// - Logging
Expand Down

0 comments on commit 47b6c2e

Please sign in to comment.