ATLAS-4507 : Atlas - Upgrade testng to 7.0.0

Signed-off-by: Pinal Shah <pinal.shah@freestoneinfotech.com>
This commit is contained in:
chaitali borole 2021-12-17 13:19:21 +05:30 committed by Pinal Shah
parent 35627e5b19
commit 8e5dbabd1b
2 changed files with 2 additions and 2 deletions

View File

@ -42,7 +42,7 @@ under the License. -->
<dependency>
<groupId>org.testng</groupId>
<artifactId>testng</artifactId>
<version>6.9.4</version>
<version>7.0.0</version>
<scope>test</scope>
</dependency>

View File

@ -770,7 +770,7 @@
<storm.version>2.3.0</storm.version>
<surefire.forkCount>2C</surefire.forkCount>
<surefire.version>3.0.0-M5</surefire.version>
<testng.version>6.9.4</testng.version>
<testng.version>7.0.0</testng.version>
<tinkerpop.version>3.5.1</tinkerpop.version>
<woodstox-core.version>5.0.3</woodstox-core.version>
<zookeeper.version>3.5.7</zookeeper.version>