Skip to content

Commit

Permalink
GROOVY-11045: Bump testng to 7.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
paulk-asert committed Sep 24, 2024
1 parent e38d63a commit 7b12b78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion subprojects/groovy-testng/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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')
Expand Down

0 comments on commit 7b12b78

Please sign in to comment.