Added support for TestNG 7.10.2

This commit is contained in:
Erik C. Thauvin 2024-04-28 09:42:08 -07:00
parent 155052a861
commit b1db44062a
Signed by: erik
GPG key ID: 776702A6A2DA330E
4 changed files with 11 additions and 10 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, 1)));
scope(test).include(dependency("org.testng", "testng", version(7, 10, 2)));
```