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 ade04b7 commit d2f845fCopy full SHA for d2f845f
build.gradle.kts
@@ -67,7 +67,7 @@ dependencies {
67
testImplementation("commons-fileupload:commons-fileupload:1.3.3")
68
testRuntimeOnly("org.junit.platform:junit-platform-launcher")
69
testImplementation("org.hamcrest:hamcrest-all:1.3")
70
- testImplementation("org.mockito:mockito-core:4.0.0")
+ testImplementation("org.mockito:mockito-core:4.11.0")
71
}
72
73
tasks.named<JavaCompile>(java11SourceSet.compileJavaTaskName) {
@@ -197,7 +197,7 @@ testing {
197
198
199
implementation("org.hamcrest:hamcrest-all:1.3")
200
- implementation("org.mockito:mockito-core:4.0.0")
+ implementation("org.mockito:mockito-core:4.11.0")
201
implementation("commons-fileupload:commons-fileupload:1.3.3")
202
203
0 commit comments