Upgrade to testng 6.8.21

Note that this is the last version compatible with Java 6.  Changelog:

https://github.com/cbeust/testng/blob/master/CHANGES.txt
pull/102/merge
Andrew Gaul 2015-12-19 11:56:04 -08:00
rodzic 3307d73150
commit a66944bfc5
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -367,7 +367,7 @@
<dependency>
<groupId>org.testng</groupId>
<artifactId>testng</artifactId>
<version>6.8.8</version>
<version>6.8.21</version>
<scope>test</scope>
</dependency>
</dependencies>