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 b5c6cbd commit 245ddfbCopy full SHA for 245ddfb
build.gradle
@@ -55,7 +55,7 @@ subprojects {
55
testAnnotationProcessor 'org.projectlombok:lombok:1.18.12'
56
57
testImplementation group: 'junit', name: 'junit', version: '4.13.2'
58
- testImplementation "org.mockito:mockito-core:2.1.0"
+ testImplementation "org.mockito:mockito-core:2.13.0"
59
}
60
61
task sourcesJar(type: Jar, dependsOn: classes) {
0 commit comments