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 2c5865d commit ff6fb4aCopy full SHA for ff6fb4a
build.gradle
@@ -56,7 +56,7 @@ dependencies {
56
57
testImplementation group: 'org.junit.jupiter', name: 'junit-jupiter-api', version: '6.0.1'
58
testImplementation group: 'org.junit.platform', name: 'junit-platform-launcher', version: '6.0.1'
59
- testImplementation group: 'org.mockito', name: 'mockito-core', version: '5.18.0'
+ testImplementation group: 'org.mockito', name: 'mockito-core', version: '5.21.0'
60
testRuntimeOnly group: 'org.junit.jupiter', name: 'junit-jupiter-engine', version: '6.0.1'
61
}
62
0 commit comments