Bump TestNG to 7.11.0
This commit is contained in:
parent
8e2a2fa2fd
commit
f12eb82f99
3 changed files with 3 additions and 3 deletions
|
@ -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)));
|
||||
```
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue