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

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


The following commit(s) were added to refs/heads/GROOVY_5_0_X by this push:
     new ab10695e33 GROOVY-11852: Bump testng to 7.12.0
ab10695e33 is described below

commit ab10695e3354722b709cd83c9257d17dea83589e
Author: Paul King <[email protected]>
AuthorDate: Tue Feb 3 09:58:41 2026 +1000

    GROOVY-11852: Bump testng to 7.12.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 4a9eb5211e..3f1c2d632d 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.11.0') {
+    runtimeOnly('org.testng:testng:7.12.0') {
         exclude(group: 'com.google.inject', module: 'guice')
         exclude(group: 'com.google.code.findbugs', module: 'jsr305')
         exclude(group: 'junit', module: 'junit')

Reply via email to