Skip to content

Commit ff35515

Browse files
Update dependency org.mockito:mockito-core to v4.11.0
1 parent 9826b0a commit ff35515

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ dependencies {
6666
testImplementation("commons-fileupload:commons-fileupload:1.3.3")
6767
testRuntimeOnly("org.junit.platform:junit-platform-launcher")
6868
testImplementation("org.hamcrest:hamcrest-all:1.3")
69-
testImplementation("org.mockito:mockito-core:4.0.0")
69+
testImplementation("org.mockito:mockito-core:4.11.0")
7070
}
7171

7272
tasks.named<JavaCompile>(java11SourceSet.compileJavaTaskName) {
@@ -196,7 +196,7 @@ testing {
196196
}
197197
}
198198
implementation("org.hamcrest:hamcrest-all:1.3")
199-
implementation("org.mockito:mockito-core:4.0.0")
199+
implementation("org.mockito:mockito-core:4.11.0")
200200
implementation("commons-fileupload:commons-fileupload:1.3.3")
201201
}
202202
}

0 commit comments

Comments
 (0)