diff --git a/java-junit5-no-plugin/build.gradle b/java-junit5-no-plugin/build.gradle index 5eb7f03..10668c5 100644 --- a/java-junit5-no-plugin/build.gradle +++ b/java-junit5-no-plugin/build.gradle @@ -54,7 +54,7 @@ tasks.withType(Test).configureEach { dependencies { testImplementation("org.junit.jupiter:junit-jupiter-api:5.11.2") - testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.11.2") + testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.11.3") // just a sample dependency to prove correctness integrationTestImplementation("com.coditory.quark:quark-context:0.1.22") } \ No newline at end of file