We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f81d92a commit 47d6255Copy full SHA for 47d6255
build.gradle
@@ -27,7 +27,7 @@ dependencies {
27
implementation 'org.jetbrains:annotations:26.0.2'
28
testImplementation 'junit:junit:4.13.2'
29
testImplementation 'org.mock-server:mockserver-junit-rule:5.15.0'
30
- testImplementation 'org.mockito:mockito-core:5.16.1'
+ testImplementation 'org.mockito:mockito-core:5.17.0'
31
}
32
33
tasks.register('sourcesJar', Jar) {
0 commit comments