We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 83e3d6c commit 811a81bCopy full SHA for 811a81b
1 file changed
build.gradle
@@ -24,7 +24,7 @@ dependencies {
24
// ***** TEST DEPENDENCIES *****
25
testImplementation('org.junit.jupiter:junit-jupiter-api:6.0.3')
26
testRuntimeOnly('org.junit.jupiter:junit-jupiter-engine:6.0.3')
27
- testImplementation('org.mockito:mockito-core:5.21.0')
+ testImplementation('org.mockito:mockito-core:5.22.0')
28
}
29
30
application {
0 commit comments