diff --git a/build.gradle.kts b/build.gradle.kts index e433278..d477821 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -51,7 +51,7 @@ dependencies { // ↓ Classpath resource for MigrateTestNg* recipes testRuntimeOnly("org.testng:testng:7.5.1") // 7.5.x is the last Java 8 compatible version: https://github.com/testng-team/testng/issues/2775 - testRuntime("org.junit.jupiter:junit-jupiter-api:latest.release") + testRuntimeOnly("org.junit.jupiter:junit-jupiter-api:latest.release") testImplementation("org.apiguardian:apiguardian-api:latest.release") // ↓ to allow using testing recipes in our recipe list