You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by re...@apache.org on 2022/07/12 13:25:59 UTC

[cxf] branch 3.6.x-fixes updated: Downgraded TestNG to 6.14.3 and updated Arquillian to 1.6.0.Final

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

reta pushed a commit to branch 3.6.x-fixes
in repository https://gitbox.apache.org/repos/asf/cxf.git


The following commit(s) were added to refs/heads/3.6.x-fixes by this push:
     new a95d8494cb Downgraded TestNG to 6.14.3 and updated Arquillian to 1.6.0.Final
a95d8494cb is described below

commit a95d8494cbabc9aa9b0919ee7efe71a920ed9f90
Author: Andriy Redko <dr...@gmail.com>
AuthorDate: Tue Jul 12 09:25:37 2022 -0400

    Downgraded TestNG to 6.14.3 and updated Arquillian to 1.6.0.Final
---
 parent/pom.xml                | 2 +-
 systests/microprofile/pom.xml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index 17514cef20..bcbd9f9e44 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -79,7 +79,7 @@
         <cxf.activemq.version>5.16.3</cxf.activemq.version>
         <cxf.ahc.version>2.12.3</cxf.ahc.version>
         <cxf.apacheds.version>2.0.0.AM26</cxf.apacheds.version>
-        <cxf.arquillian.version>1.1.14.Final</cxf.arquillian.version>
+        <cxf.arquillian.version>1.6.0.Final</cxf.arquillian.version>
         <cxf.arquillian.weld.container.version>2.0.1.Final</cxf.arquillian.weld.container.version>
         <cxf.aspectj.version>1.9.1</cxf.aspectj.version>
         <cxf.assertj.version>3.22.0</cxf.assertj.version>
diff --git a/systests/microprofile/pom.xml b/systests/microprofile/pom.xml
index a7b0ac0d93..34388a363a 100644
--- a/systests/microprofile/pom.xml
+++ b/systests/microprofile/pom.xml
@@ -40,7 +40,7 @@
             <dependency>
                 <groupId>org.testng</groupId>
                 <artifactId>testng</artifactId>
-                <version>7.6.1</version>
+                <version>6.14.3</version>
                 <scope>test</scope>
             </dependency>
             <dependency>