We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4fdeb8f + e5e7ee6 commit 11a0797Copy full SHA for 11a0797
build.gradle
@@ -29,7 +29,7 @@ dependencies {
29
testImplementation platform('org.junit:junit-bom:5.11.1')
30
testImplementation 'org.junit.jupiter:junit-jupiter'
31
testImplementation 'org.assertj:assertj-core:3.26.3'
32
- testImplementation 'org.mockito:mockito-core:5.14.0'
+ testImplementation 'org.mockito:mockito-core:5.14.1'
33
}
34
35
test {
0 commit comments