We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f085dc commit 1ef9507Copy full SHA for 1ef9507
sigstore-java/build.gradle.kts
@@ -47,7 +47,7 @@ dependencies {
47
testImplementation(project(":sigstore-testkit"))
48
testImplementation(platform("org.junit:junit-bom:5.12.0"))
49
50
- testImplementation(platform("org.mockito:mockito-bom:5.14.2"))
+ testImplementation(platform("org.mockito:mockito-bom:5.16.0"))
51
testImplementation("org.mockito:mockito-core")
52
testImplementation("org.mockito:mockito-junit-jupiter")
53
0 commit comments