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 d431cf6 commit 54d8599Copy full SHA for 54d8599
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.19.0')
+ testImplementation('org.mockito:mockito-core:5.20.0')
28
}
29
30
application {
0 commit comments