You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openwebbeans.apache.org by jl...@apache.org on 2022/05/24 11:17:54 UTC

[openwebbeans] 05/07: Update Test NG

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

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

commit ca6bd38263eff8eecefbe4f148fa40b3f7c54490
Author: Jean-Louis Monteiro <jl...@tomitribe.com>
AuthorDate: Tue May 24 13:13:47 2022 +0200

    Update Test NG
---
 webbeans-tck/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/webbeans-tck/pom.xml b/webbeans-tck/pom.xml
index 5774ec080..5a52cf86f 100644
--- a/webbeans-tck/pom.xml
+++ b/webbeans-tck/pom.xml
@@ -60,7 +60,7 @@
         <dependency>
             <groupId>org.testng</groupId>
             <artifactId>testng</artifactId>
-            <version>6.8.8</version>
+            <version>6.14.3</version>
             <scope>test</scope>
         </dependency>