Bump TestNG to 7.11.0

This commit is contained in:
Erik C. Thauvin 2025-02-12 22:58:44 -08:00
parent 8e2a2fa2fd
commit f12eb82f99
Signed by: erik
GPG key ID: 776702A6A2DA330E
3 changed files with 3 additions and 3 deletions

View file

@ -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) {