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 01:08:15 UTC

[cxf] 01/02: Update TestNG to 7.6.1

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

commit 16307f3833422cd93e68a694df9a872b2b08bb43
Author: Andriy Redko <dr...@gmail.com>
AuthorDate: Mon Jul 11 20:21:38 2022 -0400

    Update TestNG to 7.6.1
    
    (cherry picked from commit d0d58a8579a2f5b218a4a05557edaade05d82e48)
---
 systests/microprofile/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/systests/microprofile/pom.xml b/systests/microprofile/pom.xml
index dcc97ab136..a7b0ac0d93 100644
--- a/systests/microprofile/pom.xml
+++ b/systests/microprofile/pom.xml
@@ -40,7 +40,7 @@
             <dependency>
                 <groupId>org.testng</groupId>
                 <artifactId>testng</artifactId>
-                <version>6.14.2</version>
+                <version>7.6.1</version>
                 <scope>test</scope>
             </dependency>
             <dependency>