Skip to content

Commit 5c25536

Browse files
committed
Issue jetty#11803 - upgrade testng version
1 parent f2dbc2d commit 5c25536

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

pom.xml

+6
Original file line numberDiff line numberDiff line change
@@ -309,6 +309,7 @@
309309
<surefire.rerunFailingTestsCount>0</surefire.rerunFailingTestsCount>
310310
<swissbox.version>1.8.3</swissbox.version>
311311
<testcontainers.version>1.19.7</testcontainers.version>
312+
<testng.version>7.10.2</testng.version>
312313
<tinybundles.version>3.0.0</tinybundles.version>
313314
<versions.maven.plugin.version>2.16.2</versions.maven.plugin.version>
314315
<wildfly.common.version>1.7.0.Final</wildfly.common.version>
@@ -1217,6 +1218,11 @@
12171218
</exclusion>
12181219
</exclusions>
12191220
</dependency>
1221+
<dependency>
1222+
<groupId>org.testng</groupId>
1223+
<artifactId>testng</artifactId>
1224+
<version>${testng.version}</version>
1225+
</dependency>
12201226
<dependency>
12211227
<groupId>org.wildfly.common</groupId>
12221228
<artifactId>wildfly-common</artifactId>

0 commit comments

Comments
 (0)