diff --git a/build.gradle b/build.gradle index f200b546df3..1eb35cbef50 100644 --- a/build.gradle +++ b/build.gradle @@ -61,7 +61,9 @@ configure([rootProject] + javaProjects) { project -> testImplementation("org.junit.platform:junit-platform-suite") testImplementation("org.mockito:mockito-core") testImplementation("org.mockito:mockito-junit-jupiter") - testImplementation("io.mockk:mockk") + testImplementation("io.mockk:mockk") { + exclude group: 'junit', module: 'junit' + } testImplementation("org.assertj:assertj-core") testRuntimeOnly("org.junit.platform:junit-platform-launcher") testRuntimeOnly("org.apache.logging.log4j:log4j-core")