From 5447d2878a1e487daacbd5c040e8c245719a0ace Mon Sep 17 00:00:00 2001 From: j-sandy <30489233+j-sandy@users.noreply.github.com> Date: Wed, 11 Oct 2023 19:09:01 +0530 Subject: [PATCH] refactor(test): add runtime jupiter engine and remove vintage engine with upgrade of groovy 3 --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 {