diff --git a/junit5-multiple-engines/build.gradle.kts b/junit5-multiple-engines/build.gradle.kts index 019f834e..125bf4c1 100644 --- a/junit5-multiple-engines/build.gradle.kts +++ b/junit5-multiple-engines/build.gradle.kts @@ -76,7 +76,7 @@ dependencies { testImplementation("org.testng:testng:7.11.0") { because("allows writing TestNG tests") } - testRuntimeOnly("org.junit.support:testng-engine:1.0.5") { + testRuntimeOnly("org.junit.support:testng-engine:1.0.6") { because("allows running TestNG tests on the JUnit Platform") } }