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 7d0e5ad commit f73c001Copy full SHA for f73c001
sigstore-java/build.gradle.kts
@@ -47,7 +47,7 @@ dependencies {
47
testImplementation(platform("org.junit:junit-bom:5.10.2"))
48
testImplementation("org.junit.jupiter:junit-jupiter")
49
50
- testImplementation(platform("org.mockito:mockito-bom:5.11.0"))
+ testImplementation(platform("org.mockito:mockito-bom:5.12.0"))
51
testImplementation("org.mockito:mockito-core")
52
testImplementation("org.mockito:mockito-junit-jupiter")
53
0 commit comments