Skip to content

Commit 46b9887

Browse files
Bump org.testng:testng from 7.10.1 to 7.10.2 (#172)
Bumps [org.testng:testng](https://github.com/testng-team/testng) from 7.10.1 to 7.10.2. - [Release notes](https://github.com/testng-team/testng/releases) - [Changelog](https://github.com/testng-team/testng/blob/master/CHANGES.txt) - [Commits](testng-team/testng@7.10.1...7.10.2) --- updated-dependencies: - dependency-name: org.testng:testng dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 4b5577b commit 46b9887

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
@@ -62,7 +62,7 @@ subprojects {
6262
api("com.google.code.findbugs:jsr305:3.0.2")
6363

6464
testImplementation("com.google.guava:guava:33.1.0-jre")
65-
testImplementation("org.testng:testng:7.10.1")
65+
testImplementation("org.testng:testng:7.10.2")
6666
}
6767

6868
idea {

0 commit comments

Comments
 (0)