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 4b418bfa6b63a380bb09c39c3ad7bc6d3f1eb03b
Author: Paul King <pa...@asert.com.au>
AuthorDate: Fri Jan 12 17:34:53 2024 +1000

    GROOVY-11277: Bump testng to 7.9.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 746cb388e2..20e36599c2 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.8.0') {
+    runtimeOnly('org.testng:testng:7.9.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