Skip to content

Commit

Permalink
refactor(test): add runtime jupiter engine and remove vintage engine …
Browse files Browse the repository at this point in the history
…with upgrade of groovy 3
  • Loading branch information
j-sandy committed Oct 10, 2023
1 parent 3b52b3a commit 347eed5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 347eed5

Please sign in to comment.