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 2018/07/01 10:34:33 UTC

groovy git commit: GROOVY-8672: bump testng to 6.4.13

Repository: groovy
Updated Branches:
  refs/heads/master 6993b35b1 -> 7b6bbc150


GROOVY-8672: bump testng to 6.4.13


Project: http://git-wip-us.apache.org/repos/asf/groovy/repo
Commit: http://git-wip-us.apache.org/repos/asf/groovy/commit/7b6bbc15
Tree: http://git-wip-us.apache.org/repos/asf/groovy/tree/7b6bbc15
Diff: http://git-wip-us.apache.org/repos/asf/groovy/diff/7b6bbc15

Branch: refs/heads/master
Commit: 7b6bbc15039b2b4d950b1d46648a778fe7e212ab
Parents: 6993b35
Author: Paul King <pa...@asert.com.au>
Authored: Sun Jul 1 20:34:25 2018 +1000
Committer: Paul King <pa...@asert.com.au>
Committed: Sun Jul 1 20:34:25 2018 +1000

----------------------------------------------------------------------
 subprojects/groovy-testng/build.gradle | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/groovy/blob/7b6bbc15/subprojects/groovy-testng/build.gradle
----------------------------------------------------------------------
diff --git a/subprojects/groovy-testng/build.gradle b/subprojects/groovy-testng/build.gradle
index 20ebb90..15aa9da 100644
--- a/subprojects/groovy-testng/build.gradle
+++ b/subprojects/groovy-testng/build.gradle
@@ -18,9 +18,9 @@
  */
 dependencies {
     compile rootProject
-    runtime('org.testng:testng:6.9.10') {
+    runtime('org.testng:testng:6.14.3') {
         // exclude 'optional' beanshell even though testng's pom doesn't say optional
-        exclude(group: 'org.beanshell', module: 'bsh')
+        exclude(group: 'org.apache-extras.beanshell', module: 'bsh')
     }
     testCompile project(':groovy-test')
 }