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

@ -34,5 +34,5 @@ Don't forget to add a TestNG `test` dependency to your build file, as it is not
```java
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)));
```