Skip to content

Commit 7b12b78

Browse files
committed
GROOVY-11045: Bump testng to 7.5.1
1 parent e38d63a commit 7b12b78

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

subprojects/groovy-testng/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
*/
1919
dependencies {
2020
api rootProject // TestNgRunner implements GroovyRunner...
21-
implementation('org.testng:testng:7.5') {
21+
implementation('org.testng:testng:7.5.1') {
2222
exclude(group: 'com.google.inject', module: 'guice')
2323
exclude(group: 'com.google.code.findbugs', module: 'jsr305')
2424
exclude(group: 'junit', module: 'junit')

0 commit comments

Comments
 (0)