Skip to content

Commit d2f845f

Browse files
Update dependency org.mockito:mockito-core to v4.11.0
1 parent ade04b7 commit d2f845f

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
@@ -67,7 +67,7 @@ dependencies {
6767
testImplementation("commons-fileupload:commons-fileupload:1.3.3")
6868
testRuntimeOnly("org.junit.platform:junit-platform-launcher")
6969
testImplementation("org.hamcrest:hamcrest-all:1.3")
70-
testImplementation("org.mockito:mockito-core:4.0.0")
70+
testImplementation("org.mockito:mockito-core:4.11.0")
7171
}
7272

7373
tasks.named<JavaCompile>(java11SourceSet.compileJavaTaskName) {
@@ -197,7 +197,7 @@ testing {
197197
}
198198
}
199199
implementation("org.hamcrest:hamcrest-all:1.3")
200-
implementation("org.mockito:mockito-core:4.0.0")
200+
implementation("org.mockito:mockito-core:4.11.0")
201201
implementation("commons-fileupload:commons-fileupload:1.3.3")
202202
}
203203
}

0 commit comments

Comments
 (0)