We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 70cedcb + ea5f5eb commit a1ade1cCopy full SHA for a1ade1c
build.gradle
@@ -30,7 +30,7 @@ dependencies {
30
testImplementation 'org.junit.jupiter:junit-jupiter'
31
testRuntimeOnly 'org.junit.platform:junit-platform-launcher'
32
testImplementation 'org.assertj:assertj-core:3.27.6'
33
- testImplementation 'org.mockito:mockito-core:5.20.0'
+ testImplementation 'org.mockito:mockito-core:5.21.0'
34
}
35
36
test {
0 commit comments