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 00:22:00 UTC

[cxf] branch main updated: Update TestNG to 7.6.1

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

reta pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/cxf.git


The following commit(s) were added to refs/heads/main by this push:
     new d0d58a8579 Update TestNG to 7.6.1
d0d58a8579 is described below

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

    Update TestNG to 7.6.1
---
 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 d6cda109d8..7a6885d604 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>