diff --git a/build.gradle b/build.gradle index 9c39c0b..5d0dfb9 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.12.0") + testImplementation("org.mockito:mockito-core:5.13.0") testImplementation("org.mockito:mockito-all:1.10.19") testImplementation("org.apache.kafka:connect-json:$kafkaVersion")