Bumped TestNG to version 7.10.1
This commit is contained in:
parent
d74ee9d819
commit
f822d4489e
4 changed files with 5 additions and 5 deletions
|
@ -36,7 +36,7 @@ public class ExamplesBuild extends BaseProject {
|
|||
|
||||
repositories = List.of(MAVEN_CENTRAL);
|
||||
|
||||
scope(test).include(dependency("org.testng", "testng", version(7, 10, 0)));
|
||||
scope(test).include(dependency("org.testng", "testng", version(7, 10, 1)));
|
||||
}
|
||||
|
||||
public static void main(String[] args) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue