Skip to content

Commit

Permalink
Update TestNG to 7.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sormuras authored Apr 9, 2024
1 parent b9ee3c2 commit 08f4983
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion junit5-multiple-engines/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ dependencies {
}

// TestNG
testImplementation("org.testng:testng:7.9.0") {
testImplementation("org.testng:testng:7.10.1") {
because("allows writing TestNG tests")
}
testRuntimeOnly("org.junit.support:testng-engine:1.0.5") {
Expand Down

0 comments on commit 08f4983

Please # to comment.