diff --git a/build.gradle b/build.gradle index ec63484a7..3277d8f5e 100644 --- a/build.gradle +++ b/build.gradle @@ -71,7 +71,7 @@ subprojects { project -> testImplementation("org.springframework:spring-test") testImplementation("org.hamcrest:hamcrest-core") testRuntimeOnly("cglib:cglib-nodep") - testRuntimeOnly("org.junit.vintage:junit-vintage-engine") + testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine") testRuntimeOnly("org.objenesis:objenesis") } // Keep this constraint till all other components get bumped up to this version and subsequently updated in the kork.