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 (#1108)
  • Loading branch information
j-sandy authored Oct 17, 2023
1 parent f8fcd06 commit bfa6a9f
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 @@ -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"
}
}
Expand Down

0 comments on commit bfa6a9f

Please sign in to comment.