Skip to content

Commit 75481e1

Browse files
Update dependency org.junit.support:testng-engine to v1.1.0
1 parent 0f346cf commit 75481e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

junit-multiple-engines/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ dependencies {
7676
testImplementation("org.testng:testng:7.11.0") {
7777
because("allows writing TestNG tests")
7878
}
79-
testRuntimeOnly("org.junit.support:testng-engine:1.0.6") {
79+
testRuntimeOnly("org.junit.support:testng-engine:1.1.0") {
8080
because("allows running TestNG tests on the JUnit Platform")
8181
}
8282
}

0 commit comments

Comments
 (0)