We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 32b0075 commit 1e3a301Copy full SHA for 1e3a301
build.gradle
@@ -57,7 +57,7 @@ dependencies {
57
testImplementation group: 'org.junit.jupiter', name: 'junit-jupiter-api', version: '5.13.4'
58
testImplementation group: 'org.junit.platform', name: 'junit-platform-launcher'
59
testImplementation group: 'dev.coly', name: 'JDATesting', version: '0.7.0'
60
- testImplementation group: 'org.mockito', name: 'mockito-core', version: '5.18.0'
+ testImplementation group: 'org.mockito', name: 'mockito-core', version: '5.19.0'
61
}
62
63
tasks {
0 commit comments