We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e38d63a commit 7b12b78Copy full SHA for 7b12b78
subprojects/groovy-testng/build.gradle
@@ -18,7 +18,7 @@
18
*/
19
dependencies {
20
api rootProject // TestNgRunner implements GroovyRunner...
21
- implementation('org.testng:testng:7.5') {
+ implementation('org.testng:testng:7.5.1') {
22
exclude(group: 'com.google.inject', module: 'guice')
23
exclude(group: 'com.google.code.findbugs', module: 'jsr305')
24
exclude(group: 'junit', module: 'junit')
0 commit comments