[Java] Upgrade TestNG to 7.3.0 (#11135)

This commit is contained in:
Kai Yang
2020-09-30 14:38:52 +08:00
committed by GitHub
parent 15ae8816f7
commit 0c254878db
12 changed files with 10 additions and 24 deletions
+1 -1
View File
@@ -79,7 +79,7 @@
<dependency>
<groupId>org.testng</groupId>
<artifactId>testng</artifactId>
<version>7.1.0</version>
<version>7.3.0</version>
</dependency>
</dependencies>
<build>