diff --git a/build.gradle b/build.gradle index fc0411fe2..47f38b013 100644 --- a/build.gradle +++ b/build.gradle @@ -21,7 +21,7 @@ subprojects { annotationProcessor("org.springframework.boot:spring-boot-configuration-processor") testAnnotationProcessor platform("io.spinnaker.kork:kork-bom:$korkVersion") testAnnotationProcessor "org.projectlombok:lombok" - testRuntimeOnly "org.junit.vintage:junit-vintage-engine" + testRuntimeOnly "org.junit.jupiter:junit-jupiter-engine" } test {