diff --git a/build.gradle.kts b/build.gradle.kts index 2b3a074..094cc39 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -67,7 +67,7 @@ dependencies { testImplementation("commons-fileupload:commons-fileupload:1.3.3") testRuntimeOnly("org.junit.platform:junit-platform-launcher") testImplementation("org.hamcrest:hamcrest-all:1.3") - testImplementation("org.mockito:mockito-core:4.0.0") + testImplementation("org.mockito:mockito-core:4.11.0") } tasks.named(java11SourceSet.compileJavaTaskName) { @@ -197,7 +197,7 @@ testing { } } implementation("org.hamcrest:hamcrest-all:1.3") - implementation("org.mockito:mockito-core:4.0.0") + implementation("org.mockito:mockito-core:4.11.0") implementation("commons-fileupload:commons-fileupload:1.3.3") } }