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 92b0d13 commit 274c450Copy full SHA for 274c450
sigstore-java/build.gradle.kts
@@ -48,7 +48,7 @@ dependencies {
48
testImplementation(platform("org.junit:junit-bom:5.11.0"))
49
testImplementation("org.junit.jupiter:junit-jupiter")
50
51
- testImplementation(platform("org.mockito:mockito-bom:5.12.0"))
+ testImplementation(platform("org.mockito:mockito-bom:5.14.1"))
52
testImplementation("org.mockito:mockito-core")
53
testImplementation("org.mockito:mockito-junit-jupiter")
54
0 commit comments