Bumped TestNG to version 7.10.1

This commit is contained in:
Erik C. Thauvin 2024-04-09 13:35:35 -07:00
parent d74ee9d819
commit f822d4489e
Signed by: erik
GPG key ID: 776702A6A2DA330E
4 changed files with 5 additions and 5 deletions

View file

@ -1,6 +1,6 @@
bld.downloadExtensionJavadoc=false
bld.downloadExtensionSources=true
bld.extensions=com.uwyn.rife2:bld-testng:0.9.6
bld.extensions=com.uwyn.rife2:bld-testng:0.9.7
bld.extension.jacoco=com.uwyn.rife2:bld-jacoco-report:0.9.5
bld.repositories=MAVEN_LOCAL,MAVEN_CENTRAL,RIFE2_SNAPSHOTS,RIFE2_RELEASES
bld.downloadLocation=

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, 0)));
scope(test).include(dependency("org.testng", "testng", version(7, 10, 1)));
}
public static void main(String[] args) {