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 ae68469 commit a902236Copy full SHA for a902236
affectedmoduledetector/build.gradle
@@ -33,6 +33,6 @@ gradlePlugin {
33
dependencies {
34
implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
35
testImplementation("junit:junit:4.13.2")
36
- testImplementation("org.mockito.kotlin:mockito-kotlin:4.1.0")
+ testImplementation("org.mockito.kotlin:mockito-kotlin:6.0.0")
37
testImplementation("com.google.truth:truth:1.4.2")
38
}
0 commit comments