OSDN Git Service

Bump testng from 6.9.10 to 7.4.0
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Tue, 18 May 2021 12:33:38 +0000 (12:33 +0000)
committerGitHub <noreply@github.com>
Tue, 18 May 2021 12:33:38 +0000 (12:33 +0000)
Bumps [testng](https://github.com/cbeust/testng) from 6.9.10 to 7.4.0.
- [Release notes](https://github.com/cbeust/testng/releases)
- [Changelog](https://github.com/cbeust/testng/blob/master/CHANGES.txt)
- [Commits](https://github.com/cbeust/testng/compare/6.9.10...7.4.0)

Signed-off-by: dependabot[bot] <support@github.com>
build.gradle

index d355033..bd3caac 100644 (file)
@@ -42,7 +42,7 @@ subprojects {
 
     dependencies {
         testImplementation 'commons-io:commons-io:2.6'
-        testImplementation 'org.testng:testng:6.9.10'
+        testImplementation 'org.testng:testng:7.4.0'
     }
     test.useTestNG()