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 4b0917a commit b39aef5Copy full SHA for b39aef5
build.gradle
@@ -44,7 +44,7 @@ allprojects {
44
testImplementation 'org.assertj:assertj-core:3.27.6'
45
testImplementation 'org.junit.jupiter:junit-jupiter-api'
46
testImplementation 'org.junit.jupiter:junit-jupiter-params'
47
- testImplementation 'org.mockito:mockito-core:5.19.0'
+ testImplementation 'org.mockito:mockito-core:5.20.0'
48
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine'
49
testRuntimeOnly 'org.junit.platform:junit-platform-launcher'
50
}
0 commit comments