You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@groovy.apache.org by pa...@apache.org on 2023/01/05 07:12:42 UTC

[groovy] 03/04: GROOVY-10896: Bump testng to 7.7.1

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 3ef1ec82694ecd09ca0c7999ca187d32a0ff5383
Author: Paul King <pa...@asert.com.au>
AuthorDate: Thu Jan 5 17:10:49 2023 +1000

    GROOVY-10896: Bump testng to 7.7.1
---
 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 360eef2235..ce715c642c 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.7.0') {
+    runtimeOnly('org.testng:testng:7.7.1') {
         exclude(group: 'com.google.inject', module: 'guice')
         exclude(group: 'com.google.code.findbugs', module: 'jsr305')
         exclude(group: 'junit', module: 'junit')