We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f346cf commit 75481e1Copy full SHA for 75481e1
junit-multiple-engines/build.gradle.kts
@@ -76,7 +76,7 @@ dependencies {
76
testImplementation("org.testng:testng:7.11.0") {
77
because("allows writing TestNG tests")
78
}
79
- testRuntimeOnly("org.junit.support:testng-engine:1.0.6") {
+ testRuntimeOnly("org.junit.support:testng-engine:1.1.0") {
80
because("allows running TestNG tests on the JUnit Platform")
81
82
0 commit comments