We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 25117b8 commit 86dff97Copy full SHA for 86dff97
build.gradle
@@ -56,7 +56,7 @@ dependencies {
56
57
testImplementation group: 'org.junit.jupiter', name: 'junit-jupiter-api', version: '6.0.3'
58
testImplementation group: 'org.junit.platform', name: 'junit-platform-launcher', version: '6.0.3'
59
- testImplementation group: 'org.mockito', name: 'mockito-core', version: '5.22.0'
+ testImplementation group: 'org.mockito', name: 'mockito-core', version: '5.23.0'
60
testRuntimeOnly group: 'org.junit.jupiter', name: 'junit-jupiter-engine', version: '6.0.3'
61
}
62
0 commit comments