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 22e6b98a1d9e9685b67b98cb5a8373e30f87d627 Author: Paul King <pa...@asert.com.au> AuthorDate: Tue Jul 29 16:11:26 2025 +1000 GROOVY-11724: Bump testng to 7.11.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 3106ad20c1..4a9eb5211e 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.10.2') { + runtimeOnly('org.testng:testng:7.11.0') { exclude(group: 'com.google.inject', module: 'guice') exclude(group: 'com.google.code.findbugs', module: 'jsr305') exclude(group: 'junit', module: 'junit')