Skip to content

Commit

Permalink
Merge pull request #832 from sigstore/renovate/mockito-monorepo
Browse files Browse the repository at this point in the history
Update dependency org.mockito:mockito-bom to v5.14.2
  • Loading branch information
loosebazooka authored Oct 21, 2024
2 parents 30a6c41 + 4cb968f commit 5b49e56
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 @@ -48,7 +48,7 @@ dependencies {
testImplementation(platform("org.junit:junit-bom:5.11.2"))
testImplementation("org.junit.jupiter:junit-jupiter")

testImplementation(platform("org.mockito:mockito-bom:5.14.1"))
testImplementation(platform("org.mockito:mockito-bom:5.14.2"))
testImplementation("org.mockito:mockito-core")
testImplementation("org.mockito:mockito-junit-jupiter")

Expand Down

0 comments on commit 5b49e56

Please sign in to comment.