Skip to content

Commit

Permalink
fix(deps): update dependency org.mockito:mockito-bom to v5.8.0 (#583)
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] authored Dec 4, 2023
1 parent f15ccae commit b5c9aa3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sigstore-java/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ dependencies {
testImplementation(platform("org.junit:junit-bom:5.10.1"))
testImplementation("org.junit.jupiter:junit-jupiter")

testImplementation(platform("org.mockito:mockito-bom:5.7.0"))
testImplementation(platform("org.mockito:mockito-bom:5.8.0"))
testImplementation("org.mockito:mockito-core")
testImplementation("org.mockito:mockito-junit-jupiter")

Expand Down

0 comments on commit b5c9aa3

Please sign in to comment.