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 7634978 commit 96092cbCopy full SHA for 96092cb
buildSrc/src/main/kotlin/pq.java-conventions.gradle.kts
@@ -33,8 +33,8 @@ dependencies {
33
34
testRuntimeOnly("org.junit.platform:junit-platform-launcher")
35
testImplementation("org.junit.jupiter:junit-jupiter:6.0.1")
36
- testImplementation("org.mockito:mockito-core:5.20.0")
37
- testImplementation("org.mockito:mockito-junit-jupiter:5.20.0")
+ testImplementation("org.mockito:mockito-core:5.21.0")
+ testImplementation("org.mockito:mockito-junit-jupiter:5.21.0")
38
}
39
40
tasks {
0 commit comments