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 90f4a3f commit a635b21Copy full SHA for a635b21
build.gradle
@@ -24,7 +24,7 @@ dependencies {
24
// ***** TEST DEPENDENCIES *****
25
testImplementation('org.junit.jupiter:junit-jupiter-api:5.13.4')
26
testRuntimeOnly('org.junit.jupiter:junit-jupiter-engine:5.13.4')
27
- testImplementation('org.mockito:mockito-core:5.18.0')
+ testImplementation('org.mockito:mockito-core:5.19.0')
28
}
29
30
application {
0 commit comments