diff --git a/build.gradle b/build.gradle index 1fb59bd..9c39c0b 100644 --- a/build.gradle +++ b/build.gradle @@ -88,7 +88,7 @@ dependencies { exclude(group: "org.hamcrest", module: "hamcrest-core") } testImplementation("org.hamcrest:hamcrest-all:1.3") - testImplementation("org.mockito:mockito-core:5.11.0") + testImplementation("org.mockito:mockito-core:5.12.0") testImplementation("org.mockito:mockito-all:1.10.19") testImplementation("org.apache.kafka:connect-json:$kafkaVersion")