diff --git a/build.gradle b/build.gradle index 6461f44..8c9d655 100644 --- a/build.gradle +++ b/build.gradle @@ -77,7 +77,7 @@ dependencies { exclude module: "mockito-core" exclude module: "junit-vintage-engine" } - testImplementation('io.mockk:mockk:1.13.12') + testImplementation("io.mockk:mockk:1.13.13") testImplementation("com.ninja-squad:springmockk:4.0.2") testImplementation "org.springframework.kafka:spring-kafka-test:$springKafkaVersion"