This is an automated email from the ASF dual-hosted git repository.
paulk pushed a commit to branch GROOVY_3_0_X
in repository https://gitbox.apache.org/repos/asf/groovy.git
The following commit(s) were added to refs/heads/GROOVY_3_0_X by this push:
new 7b12b78fd9 GROOVY-11045: Bump testng to 7.5.1
7b12b78fd9 is described below
commit 7b12b78fd9d01dbedcd9c8fbf7cc0fd000951a8d
Author: Paul King <[email protected]>
AuthorDate: Tue Sep 24 21:54:56 2024 +1000
GROOVY-11045: Bump testng to 7.5.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 f2f633ff21..9e106841e9 100644
--- a/subprojects/groovy-testng/build.gradle
+++ b/subprojects/groovy-testng/build.gradle
@@ -18,7 +18,7 @@
*/
dependencies {
api rootProject // TestNgRunner implements GroovyRunner...
- implementation('org.testng:testng:7.5') {
+ implementation('org.testng:testng:7.5.1') {
exclude(group: 'com.google.inject', module: 'guice')
exclude(group: 'com.google.code.findbugs', module: 'jsr305')
exclude(group: 'junit', module: 'junit')