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 2d8fd262bd4705ca848b7373b60a8d29bf263691
Author: Paul King <[email protected]>
AuthorDate: Tue Feb 3 09:47:09 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