Skip to content

Commit d8b69dc

Browse files
Bump testng from 7.3.0 to 7.4.0 (#90)
Bumps [testng](https://github.com/cbeust/testng) from 7.3.0 to 7.4.0. - [Release notes](https://github.com/cbeust/testng/releases) - [Changelog](https://github.com/cbeust/testng/blob/master/CHANGES.txt) - [Commits](testng-team/testng@7.3.0...7.4.0) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 3108fdc commit d8b69dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ subprojects {
5656
api("com.google.code.findbugs:jsr305:3.0.2")
5757

5858
testImplementation("com.google.guava:guava:30.1-jre")
59-
testImplementation("org.testng:testng:7.3.0")
59+
testImplementation("org.testng:testng:7.4.0")
6060
}
6161

6262
idea {

0 commit comments

Comments
 (0)