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

commit 5a315d70b7ee8fa856205560a0211bc33ea6d703
Author: Paul King <pa...@asert.com.au>
AuthorDate: Mon Jun 24 12:43:05 2024 +1000

    GROOVY-11422: Bump testng to 7.10.2
---
 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 20e36599c2..3106ad20c1 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.9.0') {
+    runtimeOnly('org.testng:testng:7.10.2') {
         exclude(group: 'com.google.inject', module: 'guice')
         exclude(group: 'com.google.code.findbugs', module: 'jsr305')
         exclude(group: 'junit', module: 'junit')

Reply via email to