You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@groovy.apache.org by su...@apache.org on 2022/10/01 13:14:40 UTC

[groovy] branch master updated: GROOVY-10781: Bump testng to 7.6.1

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

sunlan 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 2266a398ba GROOVY-10781: Bump testng to 7.6.1
2266a398ba is described below

commit 2266a398bae17b7b63646054100cd94f6839f3c8
Author: Daniel Sun <su...@apache.org>
AuthorDate: Sat Oct 1 21:06:21 2022 +0800

    GROOVY-10781: Bump testng to 7.6.1
---
 gradle/verification-metadata.xml       | 15 +++++++++++++++
 subprojects/groovy-testng/build.gradle |  2 +-
 2 files changed, 16 insertions(+), 1 deletion(-)

diff --git a/gradle/verification-metadata.xml b/gradle/verification-metadata.xml
index 09dc966607..e1ae49722b 100644
--- a/gradle/verification-metadata.xml
+++ b/gradle/verification-metadata.xml
@@ -324,6 +324,11 @@
             <sha512 value="5ee2ef4c12888a48d7c830189d06ee8a653c7664a53c9b6fa935d4e7866b0454111f8092d7ece086ec80c61edab2856187a1e247873e5c8e4724efb02c37504b" origin="Generated by Gradle because artifact wasn't signed"/>
          </artifact>
       </component>
+      <component group="com.beust" name="jcommander" version="1.82">
+         <artifact name="jcommander-1.82.jar">
+            <pgp value="c70b844f002f21f6d2b9c87522e44ac0622b91c3"/>
+         </artifact>
+      </component>
       <component group="com.eed3si9n.jarjar" name="jarjar" version="1.8.1">
          <artifact name="jarjar-1.8.1.jar">
             <pgp value="ea313384ca0eba950ea017e937890e298d9a2bfa"/>
@@ -1348,6 +1353,11 @@
             <pgp value="7cd52b5a8295137c88fb5748dddafa7674e54418"/>
          </artifact>
       </component>
+      <component group="org.testng" name="testng" version="7.6.1">
+         <artifact name="testng-7.6.1.jar">
+            <pgp value="7cd52b5a8295137c88fb5748dddafa7674e54418"/>
+         </artifact>
+      </component>
       <component group="org.tukaani" name="xz" version="1.6">
          <artifact name="xz-1.6.jar">
             <pgp value="3690c240ce51b4670d30ad1c38ee757d69184620"/>
@@ -1358,6 +1368,11 @@
             <pgp value="fa1703b1d287caea3a60f931e0130a3ed5a2079e"/>
          </artifact>
       </component>
+      <component group="org.webjars" name="jquery" version="3.6.0">
+         <artifact name="jquery-3.6.0.jar">
+            <pgp value="fa1703b1d287caea3a60f931e0130a3ed5a2079e"/>
+         </artifact>
+      </component>
       <component group="org.yaml" name="snakeyaml" version="1.28">
          <artifact name="snakeyaml-1.28.jar">
             <pgp value="120d6f34e627ed3a772ebbfe55c7e5e701832382"/>
diff --git a/subprojects/groovy-testng/build.gradle b/subprojects/groovy-testng/build.gradle
index 5b8a963192..6eb9956d27 100644
--- a/subprojects/groovy-testng/build.gradle
+++ b/subprojects/groovy-testng/build.gradle
@@ -22,7 +22,7 @@ plugins {
 
 dependencies {
     api rootProject // TestNgRunner implements GroovyRunner...
-    runtimeOnly('org.testng:testng:7.5') {
+    runtimeOnly('org.testng:testng:7.6.1') {
         exclude(group: 'com.google.inject', module: 'guice')
         exclude(group: 'com.google.code.findbugs', module: 'jsr305')
         exclude(group: 'junit', module: 'junit')