From bfa6a9f32f989eaed8fad027d43628071f859944 Mon Sep 17 00:00:00 2001 From: Sandesh <30489233+j-sandy@users.noreply.github.com> Date: Wed, 18 Oct 2023 04:24:06 +0530 Subject: [PATCH] refactor(test): add runtime jupiter engine and remove vintage engine with upgrade of groovy 3 (#1108) --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index a6f078511..ad4dafd39 100644 --- a/build.gradle +++ b/build.gradle @@ -70,7 +70,7 @@ subprojects { 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" } }