You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@groovy.apache.org by pa...@apache.org on 2020/08/02 21:56:11 UTC

[groovy] branch master updated: GROOVY-9670: Bump TestNG to 7.3.0

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 39d1f02  GROOVY-9670: Bump TestNG to 7.3.0
39d1f02 is described below

commit 39d1f02b6dd00c0c63616f2db371b7df589b116a
Author: Paul King <pa...@asert.com.au>
AuthorDate: Mon Aug 3 07:56:03 2020 +1000

    GROOVY-9670: Bump TestNG to 7.3.0
---
 subprojects/groovy-testng/build.gradle | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/subprojects/groovy-testng/build.gradle b/subprojects/groovy-testng/build.gradle
index aa1a3a2..c7fef07 100644
--- a/subprojects/groovy-testng/build.gradle
+++ b/subprojects/groovy-testng/build.gradle
@@ -18,7 +18,7 @@
  */
 dependencies {
     api rootProject // TestNgRunner implements GroovyRunner...
-    runtime('org.testng:testng:7.2.0') {
+    runtime('org.testng:testng:7.3.0') {
         exclude(group: 'com.google.inject', module: 'guice')
         exclude(group: 'junit', module: 'junit')
         exclude(group: 'org.apache.ant', module: 'ant')