Bump TestNG to 7.11.0
This commit is contained in:
parent
8e2a2fa2fd
commit
f12eb82f99
3 changed files with 3 additions and 3 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, 2)));
|
||||
scope(test).include(dependency("org.testng", "testng", version(7, 11, 0)));
|
||||
}
|
||||
|
||||
public static void main(String[] args) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue