We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9826b0a commit ff35515Copy full SHA for ff35515
build.gradle.kts
@@ -66,7 +66,7 @@ dependencies {
66
testImplementation("commons-fileupload:commons-fileupload:1.3.3")
67
testRuntimeOnly("org.junit.platform:junit-platform-launcher")
68
testImplementation("org.hamcrest:hamcrest-all:1.3")
69
- testImplementation("org.mockito:mockito-core:4.0.0")
+ testImplementation("org.mockito:mockito-core:4.11.0")
70
}
71
72
tasks.named<JavaCompile>(java11SourceSet.compileJavaTaskName) {
@@ -196,7 +196,7 @@ testing {
196
197
198
implementation("org.hamcrest:hamcrest-all:1.3")
199
- implementation("org.mockito:mockito-core:4.0.0")
+ implementation("org.mockito:mockito-core:4.11.0")
200
implementation("commons-fileupload:commons-fileupload:1.3.3")
201
202
0 commit comments