This is an automated email from the ASF dual-hosted git repository.

pinal pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/atlas.git


The following commit(s) were added to refs/heads/master by this push:
     new 8e5dbab  ATLAS-4507 : Atlas - Upgrade testng to 7.0.0
8e5dbab is described below

commit 8e5dbabd1b06e0d8e1594e456fe112e7514ee1d1
Author: chaitali borole <chaitali.bor...@freestoneinfotech.com>
AuthorDate: Fri Dec 17 13:19:21 2021 +0530

    ATLAS-4507 : Atlas - Upgrade testng to 7.0.0
    
    Signed-off-by: Pinal Shah <pinal.s...@freestoneinfotech.com>
---
 graphdb/common/pom.xml | 2 +-
 pom.xml                | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/graphdb/common/pom.xml b/graphdb/common/pom.xml
index ae5046c..ce6e6fd 100644
--- a/graphdb/common/pom.xml
+++ b/graphdb/common/pom.xml
@@ -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>
 
diff --git a/pom.xml b/pom.xml
index f11de4c..8bb4064 100644
--- a/pom.xml
+++ b/pom.xml
@@ -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>

Reply via email to