Skip to content

Commit ab10695

Browse files
committed
GROOVY-11852: Bump testng to 7.12.0
1 parent c2089ab commit ab10695

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

subprojects/groovy-testng/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ plugins {
2222

2323
dependencies {
2424
api rootProject // TestNgRunner implements GroovyRunner...
25-
runtimeOnly('org.testng:testng:7.11.0') {
25+
runtimeOnly('org.testng:testng:7.12.0') {
2626
exclude(group: 'com.google.inject', module: 'guice')
2727
exclude(group: 'com.google.code.findbugs', module: 'jsr305')
2828
exclude(group: 'junit', module: 'junit')

0 commit comments

Comments
 (0)