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.
2 parents e5695aa + e7eb49b commit 70d7a1eCopy full SHA for 70d7a1e
build.gradle
@@ -50,7 +50,7 @@ dependencies {
50
testImplementation group: 'org.junit.jupiter', name: 'junit-jupiter-api'
51
testRuntimeOnly group: 'org.junit.jupiter', name: 'junit-jupiter-engine'
52
testRuntimeOnly group: 'org.junit.platform', name: 'junit-platform-launcher'
53
- testImplementation group: 'org.mockito', name: 'mockito-core', version: '5.14.1'
+ testImplementation group: 'org.mockito', name: 'mockito-core', version: '5.14.2'
54
testImplementation group: 'org.hamcrest', name: 'hamcrest', version: '3.0'
55
}
56
0 commit comments