We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f7ee4ba + aba4e00 commit 21e0895Copy full SHA for 21e0895
build.gradle
@@ -29,7 +29,7 @@ dependencies {
29
testImplementation platform('org.junit:junit-bom:5.11.0')
30
testImplementation 'org.junit.jupiter:junit-jupiter'
31
testImplementation 'org.assertj:assertj-core:3.26.3'
32
- testImplementation 'org.mockito:mockito-core:5.12.0'
+ testImplementation 'org.mockito:mockito-core:5.13.0'
33
}
34
35
test {
0 commit comments