We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5c8ac95 commit f81d92aCopy full SHA for f81d92a
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.0'
+ testImplementation 'org.mockito:mockito-core:5.16.1'
31
}
32
33
tasks.register('sourcesJar', Jar) {
0 commit comments